From bcb2047f997cc3d46cdeb40d0488b68934213c7f Mon Sep 17 00:00:00 2001 From: sametd Date: Tue, 4 Feb 2025 15:36:28 +0000 Subject: [PATCH] black for tests --- tests/integration/auth/test_apikeys.py | 4 ++-- tests/integration/auth/test_identity.py | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/integration/auth/test_apikeys.py b/tests/integration/auth/test_apikeys.py index 6302be8..9292daf 100644 --- a/tests/integration/auth/test_apikeys.py +++ b/tests/integration/auth/test_apikeys.py @@ -19,8 +19,8 @@ # """ - Tests the KeyGenerator abstraction for creating api keys, and the apikey_authentication handler - for validating those keys. +Tests the KeyGenerator abstraction for creating api keys, and the apikey_authentication handler +for validating those keys. """ diff --git a/tests/integration/auth/test_identity.py b/tests/integration/auth/test_identity.py index 6a96679..821e893 100644 --- a/tests/integration/auth/test_identity.py +++ b/tests/integration/auth/test_identity.py @@ -19,11 +19,11 @@ # """ - Tests the Identity abstraction for adding and removing users. +Tests the Identity abstraction for adding and removing users. - Identity objects usually create users which are consumed by authentication and authorization handler. - Where possible, we also check that the users can be authenticated and authorized after the identity - service has craeted them. +Identity objects usually create users which are consumed by authentication and authorization handler. +Where possible, we also check that the users can be authenticated and authorized after the identity +service has craeted them. """