Skip to content

Commit

Permalink
chore: 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 16, 2024
1 parent f844a84 commit 92b6702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/targets/activation/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@

- name: Assert that rulebook activation is disabled
ansible.builtin.assert:
that:
that:
- not _result_activation_info.activations[0].is_enabled

- name: List all the rulebook activations
Expand Down Expand Up @@ -413,7 +413,7 @@

- name: Assert that swap single source flag is disabled
ansible.builtin.assert:
that:
that:
- not _result_activation_info.activations[0].swap_single_source

- name: Delete project
Expand Down

0 comments on commit 92b6702

Please sign in to comment.