Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennard Schwarz committed Sep 12, 2024
1 parent 20dce06 commit 9214791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func TestConfigDefaults(t *testing.T) {
assert.Equal("/_oauth", c.Path)
assert.Len(c.Whitelist, 0)
assert.Equal(c.Port, 4181)
assert.Equal(false, c.LogoutIfInvalidEmail)

assert.Equal("select_account", c.Providers.Google.Prompt)
}
Expand Down

0 comments on commit 9214791

Please sign in to comment.