Skip to content

Commit

Permalink
Bump core integration tests for core 2.18 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrews committed Nov 4, 2024
1 parent ca0df81 commit 54e3cb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/integration/test_core_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
TEST_BRANCHES = (
'devel',
'milestone',
'stable-2.17', # current stable
'stable-2.16', # stable - 1
'stable-2.18', # current stable
'stable-2.17', # stable - 1
)


Expand Down
2 changes: 1 addition & 1 deletion test/integration/test_display_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def test_callback_plugin_records_notify_events(executor, playbook): # pylint: d
connection: local
hosts: all
vars:
- pw: SENSITIVE
pw: SENSITIVE
tasks:
- uri:
url: https://example.org
Expand Down

0 comments on commit 54e3cb6

Please sign in to comment.