Skip to content

Commit 9f16c66

Browse files
Fix variable declarations in GCP M4 manager test
Add missing uploadedFiles and err variable declarations that were causing go vet failures in CI.
1 parent 4d3ac58 commit 9f16c66

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/appframework_gcp/m4/manager_appframework_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ var _ = Describe("m4appfw test", func() {
9292

9393
//################## SETUP ##################
9494
// Upload V1 apps to GCP for Indexer Cluster
95+
var uploadedFiles []string
96+
var err error
9597
appVersion := "V1"
9698
appFileList := testenv.GetAppFileList(appListV1)
9799
testcaseEnvInst.Log.Info(fmt.Sprintf("Upload %s apps to GCP for Indexer Cluster", appVersion))

0 commit comments

Comments
 (0)