Skip to content

Commit 3946a78

Browse files
committed
Fix unit test for AddApplicationChange
1 parent 9281e43 commit 3946a78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_bundle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ async def test_run_no_series(self, event_loop):
347347
model._deploy.assert_called_once()
348348
model._deploy.assert_called_with(charm_url="cs:charm1",
349349
application="application",
350-
series="kubernetes",
350+
series=None,
351351
config="options",
352352
constraints="constraints",
353353
endpoint_bindings="endpoint_bindings",

0 commit comments

Comments
 (0)