We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03b1796 + f666c71 commit fd6f460Copy full SHA for fd6f460
1 file changed
tests/integration/test_model.py
@@ -341,6 +341,7 @@ async def test_deploy_from_ch_channel_revision_success(event_loop):
341
await model.deploy("postgresql", application_name="test2", channel='latest/stable', revision=290)
342
343
344
+@base.bootstrapped
345
@pytest.mark.asyncio
346
async def test_deploy_trusted_bundle(event_loop):
347
async with base.CleanModel() as model:
0 commit comments