We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2807666 commit c744c90Copy full SHA for c744c90
coderd/externalauth/externalauth_internal_test.go
@@ -61,6 +61,7 @@ func TestGitlabDefaults(t *testing.T) {
61
},
62
expected: cloud,
63
mutateExpected: func(config *codersdk.ExternalAuthConfig) {
64
+ config.AuthURL = "https://gitlab.com/oauth/authorize?foo=bar"
65
config.DisplayName = "custom"
66
config.Regex = ".*"
67
0 commit comments