UT: Remove removal of collection in MongoCredentialsRepository

This commit is contained in:
Ilija Lazoroski 2022-07-11 15:09:10 +02:00
parent 4dd4b38fc9
commit ae3357a1b6
1 changed files with 0 additions and 3 deletions

View File

@ -94,9 +94,6 @@ def test_mongo_repository_stolen(mongo_repository):
assert actual_stolen_credentials == []
# Must remove configured also for the next tests
mongo_repository.remove_configured_credentials()
def test_mongo_repository_all(mongo_repository):