Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… (#2994)

Signed-off-by: Babis Kaidos <babis_k@outlook.com>
  • Loading branch information
BabisK committed Jan 27, 2024
1 parent 310a32c commit 03ba32d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/e2e/testdata/sensor-atleastonce-fail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
name: trigger-atleastonce
http:
# Expect to fail
url: https://not-existing.com/
url: https://invalid.com/
method: GET
atLeastOnce: true
retryStrategy:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/testdata/sensor-atmostonce-fail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
name: trigger-atmostonce
http:
# Expect to fail
url: https://not-existing.com/
url: https://invalid.com/
method: GET
retryStrategy:
steps: 100
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/testdata/sensor-test-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ spec:
name: http-trigger
http:
# Expect to fail
url: https://not-existing.com/
url: https://invalid.com/
method: GET

0 comments on commit 03ba32d

Please sign in to comment.