forked from p15670423/monkey
UT: Remove removal of collection in MongoCredentialsRepository
This commit is contained in:
parent
4dd4b38fc9
commit
ae3357a1b6
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in New Issue