diff options
author | Valery Piashchynski <[email protected]> | 2021-08-13 22:15:21 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-13 22:15:21 +0300 |
commit | 6860326fa5d8f37f6e954da07fd53b9261731227 (patch) | |
tree | bb5fe7dde56edb1e8c3b55a21a874bbbaeda3a3b /tests/plugins/jobs/durability/.rr-amqp-durability-redial.yaml | |
parent | de378e7698db896b8fd16f628c7d89689c8371d0 (diff) | |
parent | 849b20c354faf81f2bcf101fba025ae425e33e85 (diff) |
#762: fix(tests): update gomock with tests, update all deps in the `go.mod`
#762: fix(tests): update gomock with tests, update all deps in the `go.mod`
Diffstat (limited to 'tests/plugins/jobs/durability/.rr-amqp-durability-redial.yaml')
-rw-r--r-- | tests/plugins/jobs/durability/.rr-amqp-durability-redial.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/jobs/durability/.rr-amqp-durability-redial.yaml b/tests/plugins/jobs/durability/.rr-amqp-durability-redial.yaml index 861f7ec4..2c4709ba 100644 --- a/tests/plugins/jobs/durability/.rr-amqp-durability-redial.yaml +++ b/tests/plugins/jobs/durability/.rr-amqp-durability-redial.yaml @@ -2,7 +2,7 @@ rpc: listen: tcp://127.0.0.1:6001 server: - command: "php ../../client.php echo pipes" + command: "php ../../jobs_ok.php" relay: "pipes" relay_timeout: "20s" |