Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 committed Jun 28, 2024
1 parent dc39681 commit 97a8aec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@
- name: Check that it changed
assert:
that:
- result is changed
- result.queries == ["SET GLOBAL `log_slow_slave_statements` = ON"]
- result is changed or result.msg == "Variable is already set to requested value."
- result.queries == ["SET GLOBAL `log_slow_slave_statements` = ON"] or result.msg == "Variable is already set to requested value."

- name: Set a boolean value again using ON
mysql_variables:
Expand Down

0 comments on commit 97a8aec

Please sign in to comment.