Skip to content

Commit

Permalink
misc update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Jan 10, 2024
1 parent 53109e8 commit f2d7e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/protocols/flow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,11 @@ http:
matchers:
- type: dsl
internal: true # <- updated logic (this will skip printing this event/result)
dsl:
- 'status_code == 200'
- 'contains(body, "Backup Migration")'
condition: and
internal: true # <- updated logic (this will skip printing this event/result)
- method: POST
path:
Expand Down
2 changes: 1 addition & 1 deletion templates/reference/matchers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@ http:
matchers:
- type: dsl
internal: true # <- updated logic (this will skip printing this event/result)
dsl:
- 'status_code == 200'
- 'contains(body, "Backup Migration")'
condition: and
internal: true # <- updated logic (this will skip printing this event/result)
- method: POST
path:
Expand Down

0 comments on commit f2d7e2d

Please sign in to comment.