We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2bbc6e commit 3220b65Copy full SHA for 3220b65
integrations/links_test.go
@@ -86,6 +86,12 @@ func testLinksAsUser(userName string, t *testing.T) {
86
"/pulls?type=your_repositories&repos=[0]&sort=&state=closed",
87
"/pulls?type=assigned&repos=[0]&sort=&state=closed",
88
"/pulls?type=created_by&repos=[0]&sort=&state=closed",
89
+ "/milestones",
90
+ "/milestones?repo=0&sort=mostcomplete&state=closed",
91
+ "/milestones?type=your_repositories&sort=mostcomplete&state=closed",
92
+ "/milestones?sort=&repo=1&state=closed",
93
+ "/milestones?sort=&repo=1&state=open",
94
+ "/milestones?repo=0&sort=mostissues&state=open",
95
"/notifications",
96
"/repo/create",
97
"/repo/migrate",
0 commit comments