We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c33bb commit 5d69561Copy full SHA for 5d69561
_integration-test/run.sh
@@ -57,7 +57,7 @@ login () {
57
exit -1
58
fi
59
60
- CSRF_TOKEN_FOR_LOGIN=$(curl $SENTRY_TEST_HOST -sL -c "$COOKIE_FILE" | awk -F "'" '
+ CSRF_TOKEN_FOR_LOGIN=$(curl $SENTRY_TEST_HOST -sL -c "$COOKIE_FILE" | awk -F "['\"]" '
61
/csrfmiddlewaretoken/ {
62
print $4 "=" $6;
63
exit;
0 commit comments