mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
Fix incorrect assertion in helm_pull integration test (#1077)
SUMMARY The error message emitted for incorrect helm version has changed since the merge of #1039. This PR updates the related assertion in the helm_pull integration test Reviewed-by: Chyna Sanders Reviewed-by: Mike Graves <mgraves@redhat.com>
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- _result is failed
|
- _result is failed
|
||||||
- _result.msg == "This module requires helm >= 3.0.0, current version is 2.3.0"
|
- _result.msg == "Helm version must be >=3.0.0,<4.0.0, current version is 2.3.0"
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
helm_path: "{{ temp_dir }}/2.3.0/linux-amd64/helm"
|
helm_path: "{{ temp_dir }}/2.3.0/linux-amd64/helm"
|
||||||
|
|||||||
Reference in New Issue
Block a user