@@ -184,7 +184,7 @@ func TestValidateIndexComponent(t *testing.T) {
184184 "Case 8: check for missing arch" ,
185185 schema.Schema {
186186 Name : "nodejs" ,
187- Icon : "https://nodejs.org/static/images/logos/nodejs-new-pantone-black .svg" ,
187+ Icon : "https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/node-js .svg" ,
188188 Git : & schema.Git {
189189 Remotes : map [string ]string {
190190 "origin" : "https://github.com/redhat-developer/devfile-sample" ,
@@ -200,7 +200,7 @@ func TestValidateIndexComponent(t *testing.T) {
200200 "Case 9: check for missing provider" ,
201201 schema.Schema {
202202 Name : "nodejs" ,
203- Icon : "https://nodejs.org/static/images/logos/nodejs-new-pantone-black .svg" ,
203+ Icon : "https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/node-js .svg" ,
204204 Versions : []schema.Version {
205205 {
206206 Version : "1.0.0" ,
@@ -226,7 +226,7 @@ func TestValidateIndexComponent(t *testing.T) {
226226 "Case 10: check for missing supportUrl" ,
227227 schema.Schema {
228228 Name : "nodejs" ,
229- Icon : "https://nodejs.org/static/images/logos/nodejs-new-pantone-black .svg" ,
229+ Icon : "https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/node-js .svg" ,
230230 Versions : []schema.Version {
231231 {
232232 Version : "1.0.0" ,
@@ -361,7 +361,7 @@ func TestValidateIndexComponent(t *testing.T) {
361361 "Case 16: test happy path for for sample component with new struct" ,
362362 schema.Schema {
363363 Name : "nodejs" ,
364- Icon : "https://nodejs.org/static/images/logos/nodejs-new-pantone-black .svg" ,
364+ Icon : "https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/node-js .svg" ,
365365 Versions : []schema.Version {
366366 {
367367 Version : "1.0.0" ,
0 commit comments