Skip to content

Commit 29a3270

Browse files
adding the get routes of github in TestInit
1 parent 9c87d3f commit 29a3270

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

oauth2/oauth2_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ func TestInit(t *testing.T) {
9090

9191
gets := []string{
9292
"/oauth2/facebook", "/oauth2/callback/facebook",
93+
"/oauth2/github", "/oauth2/callback/github",
9394
"/oauth2/google", "/oauth2/callback/google",
9495
}
9596
if err := router.HasGets(gets...); err != nil {

0 commit comments

Comments
 (0)