From e481b35e23caf7040aa2748911195c9c66576859 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 23 Jun 2022 22:54:27 +0200 Subject: [PATCH] Delete core-ci `query` param from ansible-test (#78136) Ref: https://github.com/ansible/ansible-core-ci/pull/343 --- test/lib/ansible_test/_internal/core_ci.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/lib/ansible_test/_internal/core_ci.py b/test/lib/ansible_test/_internal/core_ci.py index 62d063b2b7e..c53c0bfb0fe 100644 --- a/test/lib/ansible_test/_internal/core_ci.py +++ b/test/lib/ansible_test/_internal/core_ci.py @@ -298,7 +298,6 @@ class AnsibleCoreCI: version=self.version, architecture=self.arch, public_key=self.ssh_key.pub_contents, - query=False, winrm_config=winrm_config, ) )