Skip to content

Commit

Permalink
add label for inject-status
Browse files Browse the repository at this point in the history
  • Loading branch information
TarradeMarc committed Apr 18, 2024
1 parent 59cebd2 commit bcb3442
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/tests/inject-status.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TEMPLATE FOR YOUR OWN TESTS
# test for injection in status code

# Configure decoys
config='
Expand Down Expand Up @@ -48,7 +48,6 @@ check_1_time=$(date +%s.%N)
execution_time=$(echo "$check_1_time $start_time" | awk '{print $1 - $2}')
echo "Execution time: $execution_time seconds"

sleep 5
# Cleanup
rm $tempfile

0 comments on commit bcb3442

Please sign in to comment.