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 Oct 3, 2024
1 parent 03ac717 commit 4bf9dea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_diffing/test_stack_differ.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,9 +458,9 @@ def test_diff__generated_template_has_no_echo_parameter__masks_value(self):
self.local_no_echo_parameters.append("hide_me")

expected_generated_config = self.expected_generated_config
expected_generated_config.parameters[
"hide_me"
] = StackDiffer.NO_ECHO_REPLACEMENT
expected_generated_config.parameters["hide_me"] = (
StackDiffer.NO_ECHO_REPLACEMENT
)

self.differ.diff(self.actions)

Expand Down

0 comments on commit 4bf9dea

Please sign in to comment.