Skip to content

Commit a809dd5

Browse files
fix: update the version 3 for the lint issue
Signed-off-by: pratik-mahalle <[email protected]>
2 parents 059fc95 + 66680da commit a809dd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

versioned_docs/version-3.0.0/running-keploy/review-and-improve-ai-generated-tests.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ Mix-and-match them as needed—every example below can live inside the same `ass
7070
| **Header Exists** | Header key is present (value ignored). | `yaml<br>- type: header_exists<br> field: x-request-id<br>` | Reverse-proxy injects `x-request-id: 4b087…` |
7171
| **Header Matches** | Header value matches a **regex** pattern. | `yaml<br>- type: header_matches<br> field: set-cookie<br> pattern: "sessionId=.*; Path=/; HttpOnly"<br>` | `set-cookie: sessionId=abc123; Path=/; HttpOnly; SameSite=Lax` |
7272

73-
> **Tip**
74-
73+
> **Tip**
7574
> Combine multiple assertions in one step to cover status, headers **and** body in a single round-trip. Every assertion is evaluated independently, so one failure pinpoints the exact mismatch.
7675
7776
## Edit or Delete a Test Suite

0 commit comments

Comments
 (0)