Skip to content

Commit ac1a759

Browse files
committed
Bump core integration tests for core 2.18 release (#1401)
(cherry picked from commit 9e0eac5)
1 parent 4ff8ce3 commit ac1a759

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/integration/test_core_integration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
TEST_BRANCHES = (
88
'devel',
99
'milestone',
10-
'stable-2.17', # current stable
11-
'stable-2.16', # stable - 1
10+
'stable-2.18', # current stable
11+
'stable-2.17', # stable - 1
1212
)
1313

1414

test/integration/test_display_callback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def test_callback_plugin_records_notify_events(executor, playbook): # pylint: d
325325
connection: local
326326
hosts: all
327327
vars:
328-
- pw: SENSITIVE
328+
pw: SENSITIVE
329329
tasks:
330330
- uri:
331331
url: https://example.org

0 commit comments

Comments
 (0)