From b13d3f5d5a78f9e6035c1c36b05c458839bfd99e Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 8 Nov 2022 13:56:44 +0300 Subject: Tests: Fix test name. --- tests/unit/auth/test_credentials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/auth/test_credentials.py') 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 -- cgit v1.2.3