Skip to content

Commit

Permalink
one more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Dec 13, 2024
1 parent 1c513e7 commit 7e7aab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/shared/nft/NftMedia.pw.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ test.describe('page', () => {
await mockAssetResponse(MEDIA_URL, './playwright/mocks/page.html');
await page.route(MEDIA_TYPE_API_URL, (route) => route.fulfill({
status: 200,
json: JSON.stringify({ type: 'html' }),
json: { type: 'html' },
}));
});

Expand Down

0 comments on commit 7e7aab9

Please sign in to comment.