Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! .gitlab-ci.yml: adde…
Browse files Browse the repository at this point in the history
…d docker image test
  • Loading branch information
alesmrazek committed Nov 14, 2024
1 parent bb70f99 commit a43e385
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/packaging/interactive/etag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ etag="$(curl --silent $socket_opt --fail http://localhost:5000/v1/config -o /dev
echo " etag OK"

echo " status"
echo "$etag"
status=$(curl --silent $socket_opt --fail http://localhost:5000/v1/config --header "If-None-Match: $etag" -w "%{http_code}" -o /dev/null)
echo "test $status -eq 304"
test "$status" -eq 304
echo " status OK"

0 comments on commit a43e385

Please sign in to comment.