aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/auth
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/auth')
-rw-r--r--tests/unit/auth/test_credentials.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/auth/test_credentials.py b/tests/unit/auth/test_credentials.py
index c1fc97a..1425eb2 100644
--- a/tests/unit/auth/test_credentials.py
+++ b/tests/unit/auth/test_credentials.py
@@ -86,7 +86,7 @@ def test_partially_wrong_credentials(with_credentials, email, password):
"email,password",
(("first@test.user", "testuser01"),
("second@test.user", "testuser02")))
-def test_partially_wrong_credentials(with_credentials, email, password):
+def test_partially_correct_credentials(with_credentials, email, password):
"""
GIVEN: credentials that exist in the database
WHEN: the credentials are checked with correct values