diff options
author | Valery Piashchynski <[email protected]> | 2021-08-11 11:45:24 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-08-11 11:45:24 +0300 |
commit | 3e2e9fbd9650c44d57a41a9dc702fe93aad2b77f (patch) | |
tree | 38f25c3c0679e8510b896d001d1b7dccf21c4bd8 /tests/plugins/jobs/sqs | |
parent | d449d9d5aec1eec6d494064299feb1551f88ffe2 (diff) |
Replace all 'localhost' with '127.0.0.1'. Fix default configuration and
other small bugs.
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/jobs/sqs')
-rw-r--r-- | tests/plugins/jobs/sqs/.rr-sqs-declare.yaml | 2 | ||||
-rw-r--r-- | tests/plugins/jobs/sqs/.rr-sqs-init.yaml | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/tests/plugins/jobs/sqs/.rr-sqs-init.yaml b/tests/plugins/jobs/sqs/.rr-sqs-init.yaml index 8c62bbdb..239f9954 100644 --- a/tests/plugins/jobs/sqs/.rr-sqs-init.yaml +++ b/tests/plugins/jobs/sqs/.rr-sqs-init.yaml @@ -10,7 +10,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 |