Skip to content

Commit

Permalink
Removed leftover comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asanzgom committed Oct 28, 2024
1 parent f0dd4a5 commit 776d880
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ Check Image On Csv And Deployment
Should Not Be Empty ${csv_image}
Log To Console IMAGE ON CSV IS ${csv_image}

# Check for regex to see whether it is pointing mistream or downstream
${rc} ${out}= Run And Return Rc And Output
... oc get Deployment ${deployment_name} -n ${APPLICATIONS_NAMESPACE} -o jsonpath='{.spec.template.spec.containers[?(@.images=="${csv_image}")]}'
Should Be Equal "${rc}" "0" msg=${csv_image} not found on ${deployment_name} deployment
Expand Down

0 comments on commit 776d880

Please sign in to comment.