Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: correction
Browse files Browse the repository at this point in the history
lrm25 committed Nov 26, 2024
1 parent 4dd97df commit a4fb5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/util/util_policy.sh
Original file line number Diff line number Diff line change
@@ -303,7 +303,7 @@ put_and_check_policy_rest() {
return 1
fi
if [ "$result" != "200" ]; then
log 2 "unexpected response code, expected '200', actual '$result' (reply: $(cat "$TEST_FILE_FOLDER/result.txt")"
log 2 "unexpected response code, expected '200', actual '$result' (reply: $(cat "$TEST_FILE_FOLDER/policy.txt")"
return 1
fi
log 5 "policy: $(cat "$TEST_FILE_FOLDER/policy.txt")"

0 comments on commit a4fb5b1

Please sign in to comment.