chore: update the test to ensure that it's called with the correct arguments

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-01-16 10:24:31 +01:00
parent f5da6523c0
commit f6e4c2a935
@@ -238,6 +238,9 @@ describe('UrlReaderProcessor', () => {
mockCache,
);
expect(reader.search).toHaveReturned();
expect(reader.search).toHaveBeenCalledWith(
'https://storage.cloud.google.com/ah-backstage-poc-catalog/*',
{ etag: undefined },
);
});
});