diff options
Diffstat (limited to 'tests/plugins/jobs/amqp/.rr-amqp-declare.yaml')
-rw-r--r-- | tests/plugins/jobs/amqp/.rr-amqp-declare.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/jobs/amqp/.rr-amqp-declare.yaml b/tests/plugins/jobs/amqp/.rr-amqp-declare.yaml index 32883ce2..f9a7308b 100644 --- a/tests/plugins/jobs/amqp/.rr-amqp-declare.yaml +++ b/tests/plugins/jobs/amqp/.rr-amqp-declare.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" |