Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PietroPasotti committed Dec 4, 2023
1 parent 61fd007 commit a9457ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface_tester/interface_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,14 +376,14 @@ def _run_scenario(self, event: Event, state: State):

kwargs = {}
if self.ctx.juju_version:
kwargs['juju_version'] = self.ctx.juju_version
kwargs["juju_version"] = self.ctx.juju_version

ctx = Context(
self.ctx.charm_type,
meta=self.ctx.meta,
actions=self.ctx.actions,
config=self.ctx.config,
**kwargs
**kwargs,
)
return ctx.run(event, state)

Expand Down

0 comments on commit a9457ba

Please sign in to comment.