From d4e90332b1ac2d2cd06ad2fe1c0fcdfc0b690e99 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 22 Nov 2021 18:09:10 +0000 Subject: internal/pipeline: remove old and broken requirement for TestStorageId() --- internal/pipeline/pipeline_test.go | 1 - 1 file changed, 1 deletion(-) 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 { -- cgit v1.2.1-24-ge1ad