Fixup test

This commit is contained in:
Steven Masley 2024-04-29 14:35:41 -05:00
parent 1e461b6a64
commit 0b15643855
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ func TestGitlabDefaults(t *testing.T) {
},
expected: cloud,
mutateExpected: func(config *codersdk.ExternalAuthConfig) {
config.AuthURL = "https://gitlab.com/oauth/authorize?foo=bar"
config.DisplayName = "custom"
config.Regex = ".*"
},