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:
@@ -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 },
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user