Skip to content

Commit c744c90

Browse files
committed
Fixup test
1 parent 2807666 commit c744c90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/externalauth/externalauth_internal_test.go

+1
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)