File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ jobs:
508
508
run : |
509
509
cd ${{ github.workspace }}/${{env.EXTENSION_PATH}}
510
510
# Change AppSec fallback
511
- sed -i 's/\x27appsec_fallback_remediationx27 => Constants::REMEDIATION_CAPTCHA/\x27appsec_fallback_remediation\x27 => Constants::REMEDIATION_BAN/g' scripts/settings.php
511
+ sed -i 's/\x27appsec_fallback_remediation\x27 => Constants::REMEDIATION_CAPTCHA/\x27appsec_fallback_remediation\x27 => Constants::REMEDIATION_BAN/g' scripts/settings.php
512
512
cat scripts/settings.php
513
513
cd ${{ github.workspace }}/${{env.EXTENSION_PATH}}/tests/end-to-end/
514
514
./__scripts__/run-tests.sh ci "./__tests__/9-appsec-timeout-ban.js"
@@ -525,7 +525,7 @@ jobs:
525
525
run : |
526
526
cd ${{ github.workspace }}/${{env.EXTENSION_PATH}}
527
527
# Change AppSec fallback
528
- sed -i 's/\x27appsec_fallback_remediationx27 => Constants::REMEDIATION_BAN/\x27appsec_fallback_remediation\x27 => Constants::REMEDIATION_BYPASS/g' scripts/settings.php
528
+ sed -i 's/\x27appsec_fallback_remediation\x27 => Constants::REMEDIATION_BAN/\x27appsec_fallback_remediation\x27 => Constants::REMEDIATION_BYPASS/g' scripts/settings.php
529
529
cat scripts/settings.php
530
530
cd ${{ github.workspace }}/${{env.EXTENSION_PATH}}/tests/end-to-end/
531
531
./__scripts__/run-tests.sh ci "./__tests__/10-appsec-timeout-bypass.js"
You can’t perform that action at this time.
0 commit comments