Skip to content

Commit

Permalink
[bitnami/*] test: ✅ Update endpoint test url (#74875)
Browse files Browse the repository at this point in the history
Signed-off-by: Javier J. Salmerón García <[email protected]>
  • Loading branch information
javsalgar authored Nov 13, 2024
1 parent c93beef commit 90db49a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vib/common/goss/templates/check-ca-certs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
# - None
########################
http:
https://bitnami.com:
https://google.com:
status: 200
2 changes: 1 addition & 1 deletion .vib/ruby/goss/ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ command:
- "{{ $module }}"
{{ end }}
check-ssl:
exec: ruby -rnet/https -e "Net::HTTP.get URI('https://bitnami.com')"
exec: ruby -rnet/https -e "Net::HTTP.get URI('https://google.com')"
exit-status: 0
{{ range $flag := .Vars.flags }}
check-{{ $flag }}:
Expand Down

0 comments on commit 90db49a

Please sign in to comment.