test_container_to_args: handle async tests

Signed-off-by: lemmi <lemmi@nerd2nerd.org>
This commit is contained in:
lemmi 2024-03-09 11:04:53 +01:00 committed by Povilas Kanapickas
parent e0fc9a7546
commit e67c52f2c4

View File

@ -25,7 +25,7 @@ def get_minimal_container():
}
class TestContainerToArgs(unittest.TestCase):
class TestContainerToArgs(unittest.IsolatedAsyncioTestCase):
async def test_minimal(self):
c = create_compose_mock()