Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 19, 2024
1 parent f94b596 commit 9417a7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_rcmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ def test_resolve__dict_arg__no_connection_params__uses_stack_default(self):
self.argument = {"command": self.argument}

self.resolver.resolve()
expected_profile = (
expected_region
) = expected_role = self.stack.connection_manager.STACK_DEFAULT
expected_profile = expected_region = expected_role = (
self.stack.connection_manager.STACK_DEFAULT
)
self.stack.connection_manager.create_session_environment_variables.assert_any_call(
expected_profile, expected_region, expected_role
)
Expand Down

0 comments on commit 9417a7f

Please sign in to comment.