Skip to content

Commit

Permalink
fix(workflow.json): update check conditions for valid and code proper…
Browse files Browse the repository at this point in the history
…ties in the response
  • Loading branch information
chronark committed Sep 3, 2023
1 parent 6652fdd commit 996b8af
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions apps/agent/e2e/workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,8 @@
"check": {
"status": 200,
"jsonpath": {
"$.valid": false
},
"performance": {
"firstByte": [
{
"lte": 100
}
],
"total": [
{
"lte": 200
}
]
"$.valid": false,
"$.code": "NOT_FOUND"
}
}
}
Expand Down

0 comments on commit 996b8af

Please sign in to comment.