Skip to content

Commit b3020f0

Browse files
author
Per Goncalves da Silva
committed
Fix up cluster extension unit test
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
1 parent a03c911 commit b3020f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/operator-controller/controllers/clusterextension_admission_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
func TestClusterExtensionSourceConfig(t *testing.T) {
15-
sourceTypeEmptyError := "Invalid value: \"null\""
15+
sourceTypeEmptyError := "Invalid value: null"
1616
sourceTypeMismatchError := "spec.source.sourceType: Unsupported value"
1717
sourceConfigInvalidError := "spec.source: Invalid value"
1818
// unionField represents the required Catalog or (future) Bundle field required by SourceConfig

0 commit comments

Comments
 (0)