Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
Signed-off-by: alexmerlin <[email protected]>
  • Loading branch information
alexmerlin committed May 17, 2024
1 parent 9426669 commit eb076c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/curl-tester.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ endpoint_home="https://api.dotkernel.net"

get $endpoint_home

if echo "$body" | grep -q '{"message":"Welcome to DotKernel API!" }'; then
if echo "$body" | grep -q '{"message":"Welcome to DotKernel API!"}'; then
echo "$OK $endpoint_home: SUCCESS ($status_code)"
else
echo "$KO $endpoint_home: FAILED ($status_code)"
Expand Down

0 comments on commit eb076c7

Please sign in to comment.