Skip to content

Commit

Permalink
automate load balancer
Browse files Browse the repository at this point in the history
Signed-off-by: daveaugustus <pappu.kumar@progress.com>
  • Loading branch information
daveaugustus committed Aug 7, 2024
1 parent 7976351 commit 964d2e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .studio/automate-load-balancer
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ automate_load_balancer_integration() {
log_error "non-zero exit code from curl: ${output}"
return 1
fi
if ! grep -q "ALPN, server accepted to use h2" <<< "${output}"; then
if ! grep -q "ALPN: server accepted h2" <<< "${output}"; then
log_error "server did NOT accept to use HTTP/2"
return 1
fi
Expand Down
2 changes: 1 addition & 1 deletion INSPEC_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.56.22
4.56.60

0 comments on commit 964d2e0

Please sign in to comment.