Skip to content

Commit

Permalink
Add integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Sep 30, 2021
1 parent 4babc11 commit 8d639c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/targets/sns_topic/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
delivery_policy:
http:
defaultHealthyRetryPolicy:
minDelayTarget: 20
minDelayTarget: "20"
maxDelayTarget: 20
numRetries: 3
numMaxDelayRetries: 0
Expand All @@ -153,7 +153,7 @@
delivery_policy:
http:
defaultHealthyRetryPolicy:
minDelayTarget: 20
minDelayTarget: "20"
maxDelayTarget: 20
numRetries: 3
numMaxDelayRetries: 0
Expand All @@ -179,7 +179,7 @@
delivery_policy:
http:
defaultHealthyRetryPolicy:
minDelayTarget: 40
minDelayTarget: "40"
maxDelayTarget: 40
numRetries: 6
numMaxDelayRetries: 0
Expand Down

0 comments on commit 8d639c6

Please sign in to comment.