Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Leobouloc committed Nov 14, 2023
1 parent 462d20d commit 0433c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_conf_comma_separated_list_with_invalid_values(value):
[
("oidc", True, (AuthBackend.OIDC,)),
("basic", True, (AuthBackend.BASIC,)),
("bASICc", True, (AuthBackend.BASIC,)),
("bASIc", True, (AuthBackend.BASIC,)),
("oidc,basic", True, (AuthBackend.OIDC, AuthBackend.BASIC)),
("notvalid", False, None),
("basic,notvalid", False, None),
Expand Down

0 comments on commit 0433c93

Please sign in to comment.