Skip to content

Commit 0b15643

Browse files
committed
Fixup test
1 parent 1e461b6 commit 0b15643

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/externalauth/externalauth_internal_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ func TestGitlabDefaults(t *testing.T) {
6161
},
6262
expected: cloud,
6363
mutateExpected: func(config *codersdk.ExternalAuthConfig) {
64+
config.AuthURL = "https://gitlab.com/oauth/authorize?foo=bar"
6465
config.DisplayName = "custom"
6566
config.Regex = ".*"
6667
},

0 commit comments

Comments
 (0)