Skip to content

Commit

Permalink
fix: zora test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Sep 4, 2023
1 parent 3627c9e commit 1cd34f6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/workers/zora/src/handlers/getNft.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ import { TEST_URL } from '../constants';

describe('getNft', () => {
test('should return valid nft response if chain and address is provided', async () => {
console.log(
`${TEST_URL}/nft?chain=zora&address=0x4ad3cd57a68149a5c5d8a41919dc8ac02d00a366`
);
const getRequest = await fetch(
`${TEST_URL}/nft?chain=zora&address=0x4ad3cd57a68149a5c5d8a41919dc8ac02d00a366`
`${TEST_URL}/nft?chain=zora&address=0x4ad3cd57a68149a5c5d8a41919dc8ac02d00a366&network=mainnet`
);
const response: any = await getRequest.json();

Expand Down

1 comment on commit 1cd34f6

@vercel
Copy link

@vercel vercel bot commented on 1cd34f6 Sep 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

prerender – ./apps/prerender

prerender-git-main-lenster.vercel.app
prerender-lenster.vercel.app
prerender.lenster.xyz

Please sign in to comment.