Skip to content

Commit 5c5b2d2

Browse files
committed
chore: Update schemathesis config
1 parent 92f93db commit 5c5b2d2

3 files changed

Lines changed: 126 additions & 119 deletions

File tree

applications/samples/deploy/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ harness:
8282
- "--exclude-operation-id=submit_sync"
8383
- "--exclude-operation-id=submit_sync_with_results"
8484
- "--exclude-operation-id=error"
85-
- "--exclude-operation-id=valid_token"
86-
- "--exclude-operation-id=valid_cookie"
8785
- "--suppress-health-check=too_slow"
8886
- "--suppress-health-check=filter_too_much"
8987
- "--request-timeout=180000"
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
[phases.coverage]
2-
unexpected-methods = ["GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS"]
2+
unexpected-methods = ["GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS"]
3+
4+
[[operations]]
5+
include-operation-id = "valid_token"
6+
[operations.checks]
7+
negative_data_rejection.enabled = false
8+
9+
[[operations]]
10+
include-operation-id = "valid_cookie"
11+
[operations.checks]
12+
negative_data_rejection.enabled = false

0 commit comments

Comments
 (0)