We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8092fa1 commit 1f9b6b3Copy full SHA for 1f9b6b3
1 file changed
tests/integration/test_machine.py
@@ -39,6 +39,7 @@ async def test_status():
39
timeout=480)
40
41
42
+@base.bootstrapped
43
async def test_machine_ssh():
44
async with base.CleanModel() as model:
45
machine: Machine = await model.add_machine()
0 commit comments