Skip to content

Commit 3220b65

Browse files
committed
add-integration-tests
1 parent f2bbc6e commit 3220b65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

integrations/links_test.go

+6
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ func testLinksAsUser(userName string, t *testing.T) {
8686
"/pulls?type=your_repositories&repos=[0]&sort=&state=closed",
8787
"/pulls?type=assigned&repos=[0]&sort=&state=closed",
8888
"/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",
8995
"/notifications",
9096
"/repo/create",
9197
"/repo/migrate",

0 commit comments

Comments
 (0)