File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ func TestClient_GetResourceFromNestedComponent(t *testing.T) {
135135 Name : component ,
136136 Version : "v0.0.1" ,
137137 References : map [string ]ocm.ComponentReference {
138- ` {"name":"nested-1"}` : {
138+ string (ocmmetav1. Identity {"name" : "nested-1" }. Digest ()) : {
139139 ElementMeta : compdesc.ElementMeta {
140140 Version : "v0.0.1" ,
141141 Name : component ,
@@ -149,7 +149,7 @@ func TestClient_GetResourceFromNestedComponent(t *testing.T) {
149149 Name : component2 ,
150150 Version : "v0.0.1" ,
151151 References : map [string ]ocm.ComponentReference {
152- ` {"name":"nested-2"}` : {
152+ string (ocmmetav1. Identity {"name" : "nested-2" }. Digest ()) : {
153153 ElementMeta : compdesc.ElementMeta {
154154 Version : "v0.0.1" ,
155155 Name : component2 ,
You can’t perform that action at this time.
0 commit comments