File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -273,15 +273,21 @@ test('Kubernetes-Monitor with KinD', async (jestDoneCallback) => {
273273 identity : { type : 'deb' , args : { platform : 'linux/amd64' } } ,
274274 } ,
275275 {
276- facts : [ { type : 'jarFingerprints' , data : expect . any ( Object ) } ] ,
276+ facts : [
277+ { type : 'jarFingerprints' , data : expect . any ( Object ) } ,
278+ { type : 'imageId' , data : expect . any ( String ) } ,
279+ ] ,
277280 identity : {
278281 type : 'maven' ,
279282 targetFile : '/usr/share/ca-certificates-java' ,
280283 } ,
281284 target : { image : 'docker-image|docker.io/library/java' } ,
282285 } ,
283286 {
284- facts : [ { type : 'jarFingerprints' , data : expect . any ( Object ) } ] ,
287+ facts : [
288+ { type : 'jarFingerprints' , data : expect . any ( Object ) } ,
289+ { type : 'imageId' , data : expect . any ( String ) } ,
290+ ] ,
285291 identity : { type : 'maven' , targetFile : '/usr/share/java' } ,
286292 target : { image : 'docker-image|docker.io/library/java' } ,
287293 } ,
You can’t perform that action at this time.
0 commit comments