From a7d12058562bcf25eda8d018ec7786f77a21f992 Mon Sep 17 00:00:00 2001 From: SamRemis Date: Tue, 15 Oct 2024 20:19:03 -0400 Subject: [PATCH] Update test_auth_config.py --- tests/functional/test_auth_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/test_auth_config.py b/tests/functional/test_auth_config.py index 140698e398..0614a9388a 100644 --- a/tests/functional/test_auth_config.py +++ b/tests/functional/test_auth_config.py @@ -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(