Typing mismatch

This commit is contained in:
2021-04-18 16:30:01 +02:00
parent 55026aa626
commit 0f72679fc8
3 changed files with 3 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ def testAuth(username: str, password: str):
auth.saveUser(username, password)
homeDir = auth.login(username, password)
if homeDir == 1:
if homeDir == '1':
test_logger.info('TEST 1 --> Authentication test with VALID :: PASSED')
else:
test_logger.info('TEST 1 --> Authentication test with VALID :: FAILED')