We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90e7ad commit e698b8aCopy full SHA for e698b8a
internal/operator-controller/controllers/clusterextension_admission_test.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
func TestClusterExtensionSourceConfig(t *testing.T) {
15
- sourceTypeEmptyError := "Invalid value: \"null\""
+ sourceTypeEmptyError := "Invalid value: null"
16
sourceTypeMismatchError := "spec.source.sourceType: Unsupported value"
17
sourceConfigInvalidError := "spec.source: Invalid value"
18
// unionField represents the required Catalog or (future) Bundle field required by SourceConfig
0 commit comments