diff options
author | Devaev Maxim <[email protected]> | 2020-02-04 18:39:05 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-02-04 18:39:05 +0300 |
commit | 21040099845807fa11351836a0f1f3c95c4d9067 (patch) | |
tree | 9d9eb15b5fe48e3cbc5bdc9127bf7db49990e3b9 /testenv/tests | |
parent | bef7be3030be3e8816334e89f3936085de74f9bc (diff) |
fix
Diffstat (limited to 'testenv/tests')
-rw-r--r-- | testenv/tests/apps/kvmd/test_auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/tests/apps/kvmd/test_auth.py b/testenv/tests/apps/kvmd/test_auth.py index a398a26e..8039292a 100644 --- a/testenv/tests/apps/kvmd/test_auth.py +++ b/testenv/tests/apps/kvmd/test_auth.py @@ -164,4 +164,4 @@ async def test_ok__disabled() -> None: with pytest.raises(AssertionError): manager.check("xxx") finally: - manager.cleanup() + await manager.cleanup() |