diff options
author | Frederick Muriuki Muriithi | 2022-11-08 13:56:44 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-11-08 13:56:44 +0300 |
commit | b13d3f5d5a78f9e6035c1c36b05c458839bfd99e (patch) | |
tree | c02a6695676ffc472591814d8acc82aae4e3e61c /tests/unit | |
parent | 05efabdfa2086960e51c1fbbff1ab86f227d8453 (diff) | |
download | genenetwork3-b13d3f5d5a78f9e6035c1c36b05c458839bfd99e.tar.gz |
Tests: Fix test name.
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/auth/test_credentials.py | 2 |
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 |