Skip to content

Commit

Permalink
Remove debug statement in securityTest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter committed Nov 29, 2023
1 parent 906dc1a commit 6d77812
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cws-test/src/test/resources/securityTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ echo "Generating cookies.txt for authentication tests..."
# Generate cookies.txt for authentication tests
AUTH_RESP=`curl -k -1 -c ./cookies.txt -s https://${CWS_CONSOLE_HOST}:${CWS_CONSOLE_SSL_PORT}/cws-ui/rest/authenticate -u ${CWS_USERNAME}:${CWS_PASSWORD}`
echo "AUTH_RESP = $AUTH_RESP"
echo "CONTENTS OF cookies.txt: $(<./cookies.txt)"

#AUTH tests
run_test "cws-ui/configuration" 200
Expand Down

0 comments on commit 6d77812

Please sign in to comment.