Skip to content

Commit

Permalink
Update test_auth_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRemis committed Oct 16, 2024
1 parent a2d9a78 commit a7d1205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_auth_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def assert_all_requirements_match(auth_config, message):
auth_requirements = set(
AUTH_TYPE_REQUIREMENTS[auth_type] for auth_type in auth_config
)
assert len(auth_requirements) == 1
assert len(auth_requirements) == 1, message


@pytest.mark.parametrize(
Expand Down

0 comments on commit a7d1205

Please sign in to comment.