From c01f9e58f3f91bea2d9a23917160625ee90b3263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 30 Nov 2025 13:14:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Simplify=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_security_scopes.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/test_security_scopes.py b/tests/test_security_scopes.py index 0e26418e7..bfeae62fb 100644 --- a/tests/test_security_scopes.py +++ b/tests/test_security_scopes.py @@ -42,6 +42,4 @@ def test_security_scopes_dependency_called_once( response = client.get("/") assert response.status_code == 200 - assert call_counter["count"] == 1, ( - f"get_db called {call_counter['count']}x (expected: 1)" - ) + assert call_counter["count"] == 1