const scope2 = nockInstance
    .get(hostDebs)
    .query({ ...defaultQuery, status: 'upgradable' })
    .reply(200, { ...mockDebsData, results: [firstDeb, secondDeb] });