Skip to content

Commit

Permalink
Fix assert
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
  • Loading branch information
alinabuzachis committed Jan 26, 2022
1 parent 024113f commit faf705f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/default/tasks/merge_type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

- name: Ensure the namespace exist
kubernetes.core.k8s:
kind: namespace
kind: Namespace
name: "{{ k8s_patch_namespace }}"


Expand Down
2 changes: 1 addition & 1 deletion molecule/default/tasks/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
- assert:
that:
- k8s_no_validate is failed
- "k8s_no_validate.msg == 'kubernetes-validate python library is required to validate resources'"
- "'Failed to import the required Python library (kubernetes-validate)' in k8s_no_validate.msg"

- file:
path: "{{ virtualenv }}"
Expand Down

0 comments on commit faf705f

Please sign in to comment.