summaryrefslogtreecommitdiff
path: root/plugins/jobs/drivers/beanstalk/encode_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-08-12 13:25:36 +0300
committerValery Piashchynski <[email protected]>2021-08-12 13:25:36 +0300
commitecbfc5c5265a9895f4e371ce4388f64df8714e63 (patch)
treedf0749155487eae6bcdbb2456885131a21916f4d /plugins/jobs/drivers/beanstalk/encode_test.go
parent4169e8374f581ba2213f8cd1833cc6b9b84438e8 (diff)
Remove unneeded options, complete tests for the ephemeral, update proto
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'plugins/jobs/drivers/beanstalk/encode_test.go')
-rw-r--r--plugins/jobs/drivers/beanstalk/encode_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/jobs/drivers/beanstalk/encode_test.go b/plugins/jobs/drivers/beanstalk/encode_test.go
index 34f2342b..e43207eb 100644
--- a/plugins/jobs/drivers/beanstalk/encode_test.go
+++ b/plugins/jobs/drivers/beanstalk/encode_test.go
@@ -26,7 +26,6 @@ func BenchmarkEncodeGob(b *testing.B) {
Priority: 10,
Pipeline: "test-local-pipe",
Delay: 10,
- Timeout: 5,
},
}
@@ -60,7 +59,6 @@ func BenchmarkEncodeJsonIter(b *testing.B) {
Priority: 10,
Pipeline: "test-local-pipe",
Delay: 10,
- Timeout: 5,
},
}