diff --git a/test/integration/test_core_integration.py b/test/integration/test_core_integration.py index 1164f034..e15ade78 100644 --- a/test/integration/test_core_integration.py +++ b/test/integration/test_core_integration.py @@ -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 ) diff --git a/test/integration/test_display_callback.py b/test/integration/test_display_callback.py index 153b8bda..28da9c8a 100644 --- a/test/integration/test_display_callback.py +++ b/test/integration/test_display_callback.py @@ -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