diff options
Diffstat (limited to 'tests/plugins/jobs/sqs/.rr-sqs-declare.yaml')
-rw-r--r-- | tests/plugins/jobs/sqs/.rr-sqs-declare.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/jobs/sqs/.rr-sqs-declare.yaml b/tests/plugins/jobs/sqs/.rr-sqs-declare.yaml index d75265ee..c4eb9cf9 100644 --- a/tests/plugins/jobs/sqs/.rr-sqs-declare.yaml +++ b/tests/plugins/jobs/sqs/.rr-sqs-declare.yaml @@ -12,7 +12,7 @@ sqs: key: api-key secret: api-secret region: us-west-1 - endpoint: http://localhost:9324 + endpoint: http://127.0.0.1:9324 logs: level: debug |