From 54e3cb6a8273f1cfa0bfd62c46679ecca109e9c7 Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Mon, 4 Nov 2024 15:54:46 -0500 Subject: [PATCH] Bump core integration tests for core 2.18 release --- test/integration/test_core_integration.py | 4 ++-- test/integration/test_display_callback.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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