Skip to content

Commit 93e8a7d

Browse files
Removing unused variables
1 parent a4a456a commit 93e8a7d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

catalogd/test/e2e/unpack_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ import (
1919
const (
2020
catalogRefEnvVar = "TEST_CATALOG_IMAGE"
2121
catalogName = "test-catalog"
22-
pkg = "prometheus"
23-
version = "0.47.0"
24-
channel = "beta"
25-
bundle = "prometheus-operator.0.47.0"
26-
bundleImage = "localhost/testdata/bundles/registry-v1/prometheus-operator:v0.47.0"
2722
)
2823

2924
// catalogImageRef returns the image reference for the test catalog image, defaulting to the value of the environment

0 commit comments

Comments
 (0)