Skip to content

Commit 725c8dd

Browse files
Fix the typo
Signed-off-by: Lukasz Gryglicki <[email protected]> Assisted by [OpenAI](https://platform.openai.com/) Assisted by [GitHub Copilot](https://github.com/features/copilot)
1 parent 2680dd3 commit 725c8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/run-single-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# requires "npm i -D @cypress/grep"
3-
# ALLOW_FAIL=1 - means dont' fail early on HTTP 4xx, 5xx errors
3+
# ALLOW_FAIL=1 - means don't fail early on HTTP 4xx, 5xx errors
44
# Example: ALLOW_FAIL=1 ./run-single-test.sh github-repositories 'Get GitHub branch protection for given repository - Record should Returns 200 Response'
55

66
if [ -z "$1" ]

0 commit comments

Comments
 (0)