Skip to content

Commit

Permalink
feat(action): add new ruff formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
felix11h committed Feb 7, 2025
1 parent 31a418a commit 48977fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def make_args(command_args: dict[str, Any]) -> str:
def test_allow_feature_branch_wrong_environment(self, *args, **kwargs):
result = self.runner.invoke(
cmd_ecs_deploy,
args=f"{self.make_args(self.pulumi_command_args | {"--environment": "live"})}",
args=f"{self.make_args(self.pulumi_command_args | {'--environment': 'live'})}",
)
self.assertIsInstance(result.exception, RuntimeError)
self.assertEqual(result.exit_code, 1)
Expand Down

0 comments on commit 48977fb

Please sign in to comment.