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 Dec 3, 2024
1 parent 56df2ce commit a989ff4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/integration/actions/run/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,9 @@ def test(
if out in line:
received_output[idx] = mask

fixtures_update_requested = (
self.UPDATE_FIXTURES
or (os.environ.get("ANSIBLE_NAVIGATOR_UPDATE_TEST_FIXTURES") == "true"
and not any((step.present, step.absent)))
fixtures_update_requested = self.UPDATE_FIXTURES or (
os.environ.get("ANSIBLE_NAVIGATOR_UPDATE_TEST_FIXTURES") == "true"
and not any((step.present, step.absent))
)
if fixtures_update_requested:
update_fixtures(
Expand Down

0 comments on commit a989ff4

Please sign in to comment.