summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2021-11-22 18:09:10 +0000
committerNick White <git@njw.name>2021-11-22 18:09:10 +0000
commitd4e90332b1ac2d2cd06ad2fe1c0fcdfc0b690e99 (patch)
tree97ec2cc1c477478ef239c98defd17e9cd127709b
parent26a11790593d55dc6fa3bc6f76fec1501acfa376 (diff)
internal/pipeline: remove old and broken requirement for TestStorageId()
-rw-r--r--internal/pipeline/pipeline_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/pipeline/pipeline_test.go b/internal/pipeline/pipeline_test.go
index fc223b3..73e8223 100644
--- a/internal/pipeline/pipeline_test.go
+++ b/internal/pipeline/pipeline_test.go
@@ -33,7 +33,6 @@ type PipelineTester interface {
TestInit() error
DeleteObjects(bucket string, keys []string) error
TestQueueId() string
- TestStorageId() string
}
type connection struct {