@@ -254,7 +254,8 @@ describe("fetches software extra data (from different providers)", () => {
254254 identifiers : [ ] ,
255255 softwareVersion : "5.0.1" ,
256256 publicationTime : new Date ( "2022-04-12T00:00:00.000Z" ) ,
257- lastDataFetchAt : expect . any ( Number )
257+ lastDataFetchAt : expect . any ( Number ) ,
258+ providers : [ ]
258259 } ,
259260 {
260261 applicationCategories : undefined ,
@@ -289,7 +290,8 @@ describe("fetches software extra data (from different providers)", () => {
289290 identifiers : [ ] ,
290291 softwareVersion : expect . any ( String ) ,
291292 publicationTime : expect . any ( Date ) ,
292- lastDataFetchAt : expect . any ( Number )
293+ lastDataFetchAt : expect . any ( Number ) ,
294+ providers : [ ]
293295 }
294296 ] ) ;
295297
@@ -373,7 +375,8 @@ describe("fetches software extra data (from different providers)", () => {
373375 programmingLanguages : [ "C" ] ,
374376 softwareVersion : "2.5.0-alpha" ,
375377 publicationTime : new Date ( "2017-11-08T00:00:00.000Z" ) ,
376- lastDataFetchAt : expect . any ( Number )
378+ lastDataFetchAt : expect . any ( Number ) ,
379+ providers : [ ]
377380 } ,
378381 emptyExternalDataCleaned ( {
379382 externalId : "Q118629387" ,
0 commit comments