Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir committed Feb 11, 2025
1 parent 4020d1a commit 1d80711
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration_tests/protocols/multi/dynamic-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ http:
matchers:
- type: dsl
dsl:
- contains(body,'introduction') # check for http string
- contains(body,'home') # check for http string
- blogid == 'cname' # check for cname (extracted information from dns response)
condition: and
2 changes: 1 addition & 1 deletion integration_tests/protocols/multi/evaluate-variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ http:
matchers:
- type: dsl
dsl:
- contains(http_body,'introduction') # check for http string
- contains(http_body,'home') # check for http string
- cname_filtered == 'cname' # check for cname (extracted information from dns response)
- ssl_subject_cn == 'docs.projectdiscovery.io'
condition: and
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ http:
matchers:
- type: dsl
dsl:
- contains(http_body,'introduction') # check for http string
- contains(http_body,'home') # check for http string
- trim_suffix(dns_cname,'.vercel-dns.com') == 'cname' # check for cname (extracted information from dns response)
- ssl_subject_cn == 'docs.projectdiscovery.io'
condition: and

0 comments on commit 1d80711

Please sign in to comment.