aboutsummaryrefslogtreecommitdiffstats
path: root/clients
diff options
context:
space:
mode:
Diffstat (limited to 'clients')
-rw-r--r--clients/common_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/common_test.go b/clients/common_test.go
index 53ae90c..acc8d68 100644
--- a/clients/common_test.go
+++ b/clients/common_test.go
@@ -20,7 +20,7 @@ type SuiteCommon struct {
var _ = Suite(&SuiteCommon{})
-const fixtureTGZ = "../storage/seekable/internal/gitdir/fixtures/spinnaker-gc.tgz"
+const fixtureTGZ = "../storage/filesystem/internal/gitdir/fixtures/spinnaker-gc.tgz"
func (s *SuiteCommon) SetUpSuite(c *C) {
var err error