Skip to content

Commit 49b1fdd

Browse files
committed
fix(linter): test bundle storage constraint
1 parent 79f4b2a commit 49b1fdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_model.py

+1
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ async def test_deploy_invalid_bundle():
210210
with pytest.raises(JujuError):
211211
await model.deploy(str(bundle_path))
212212

213+
213214
@base.bootstrapped
214215
@pytest.mark.bundle
215216
async def test_deploy_bundle_with_storage_constraint():

0 commit comments

Comments
 (0)