summaryrefslogtreecommitdiff
path: root/tests/remote/test_remote_zuul_json.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/remote/test_remote_zuul_json.py')
-rw-r--r--tests/remote/test_remote_zuul_json.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/remote/test_remote_zuul_json.py b/tests/remote/test_remote_zuul_json.py
index 36db277d8..4451c3630 100644
--- a/tests/remote/test_remote_zuul_json.py
+++ b/tests/remote/test_remote_zuul_json.py
@@ -144,16 +144,16 @@ class FunctionalZuulJSONMixIn:
dateutil.parser.parse(play_end_time)
-class TestZuulJSON28(AnsibleZuulTestCase, FunctionalZuulJSONMixIn):
- ansible_version = '2.8'
+class TestZuulJSON5(AnsibleZuulTestCase, FunctionalZuulJSONMixIn):
+ ansible_version = '5'
def setUp(self):
super().setUp()
self._setUp()
-class TestZuulJSON29(AnsibleZuulTestCase, FunctionalZuulJSONMixIn):
- ansible_version = '2.9'
+class TestZuulJSON6(AnsibleZuulTestCase, FunctionalZuulJSONMixIn):
+ ansible_version = '6'
def setUp(self):
super().setUp()