summaryrefslogtreecommitdiff
path: root/tests/plugins/jobs/jobs_amqp_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/jobs/jobs_amqp_test.go')
-rw-r--r--tests/plugins/jobs/jobs_amqp_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugins/jobs/jobs_amqp_test.go b/tests/plugins/jobs/jobs_amqp_test.go
index d3a92253..48d6515d 100644
--- a/tests/plugins/jobs/jobs_amqp_test.go
+++ b/tests/plugins/jobs/jobs_amqp_test.go
@@ -482,9 +482,9 @@ func declareAMQPPipe(t *testing.T) {
pipe := &jobsv1beta.DeclareRequest{Pipeline: map[string]string{
"driver": "amqp",
"name": "test-3",
- "routing-key": "test-3",
+ "routing_key": "test-3",
"queue": "default",
- "exchange-type": "direct",
+ "exchange_type": "direct",
"exchange": "amqp.default",
"prefetch": "100",
"priority": "3",