Skip to content

Commit

Permalink
Remove new fixture file
Browse files Browse the repository at this point in the history
  • Loading branch information
burritobill committed Jan 6, 2025
1 parent 5197a2e commit 45a6a36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.

This file was deleted.

5 changes: 1 addition & 4 deletions lib/modules/datasource/devbox/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,7 @@ describe('modules/datasource/devbox/index', () => {
});

it('processes empty data', async () => {
httpMock
.scope(defaultRegistryUrl)
.get(getPath(packageName))
.reply(200, Fixtures.get('releases-empty.json'));
httpMock.scope(defaultRegistryUrl).get(getPath(packageName)).reply(200, '');
const res = await getPkgReleases({
datasource,
packageName,
Expand Down

0 comments on commit 45a6a36

Please sign in to comment.