Skip to content

Commit 8734347

Browse files
committed
fix: address review comments
Signed-off-by: Chiman Jain <chimanjain15@gmail.com>
1 parent 2fa600a commit 8734347

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/lib/bundle/validate_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func TestValidateBundleContent(t *testing.T) {
134134
mediaType: RegistryV1Type,
135135
directory: "./testdata/validate/invalid_manifests_bundle/invalid_sa/",
136136
numErrors: 1,
137-
errStrings: []string{"json: cannot unmarshal number into Go struct field Meta.metadata.namespace of type string"},
137+
errStrings: []string{"json: cannot unmarshal number into Go struct field ObjectMeta.metadata.namespace of type string"},
138138
},
139139
{
140140
description: "registryv1 bundle/invalid type",

0 commit comments

Comments
 (0)