aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-11-08 13:56:44 +0300
committerFrederick Muriuki Muriithi2022-11-08 13:56:44 +0300
commitb13d3f5d5a78f9e6035c1c36b05c458839bfd99e (patch)
treec02a6695676ffc472591814d8acc82aae4e3e61c /tests
parent05efabdfa2086960e51c1fbbff1ab86f227d8453 (diff)
downloadgenenetwork3-b13d3f5d5a78f9e6035c1c36b05c458839bfd99e.tar.gz
Tests: Fix test name.
Diffstat (limited to 'tests')
-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