This commit is contained in:
Devaev Maxim 2020-02-04 18:39:05 +03:00
parent bef7be3030
commit 2104009984

View File

@ -164,4 +164,4 @@ async def test_ok__disabled() -> None:
with pytest.raises(AssertionError): with pytest.raises(AssertionError):
manager.check("xxx") manager.check("xxx")
finally: finally:
manager.cleanup() await manager.cleanup()