Skip to content

Commit b10f977

Browse files
committed
chore: Update schemathesis config
1 parent 044ec68 commit b10f977

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

applications/workflows/schemathesis.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ unexpected-methods = ["GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS"]
44
[checks]
55
negative_data_rejection.enabled = false
66

7-
# Set previous_search_token to empty to avoid invalid token generation
8-
[parameters.query]
9-
previous_search_token = ""
7+
8+
[[operations]]
9+
include-name = "GET /operations"
10+
parameters = { previous_search_token = "" }

0 commit comments

Comments
 (0)