Skip to content

Commit

Permalink
one more bump to the urls
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Nov 28, 2024
1 parent 579854d commit a3dbb24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/frames-client/src/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const shouldSignFrameActionWithValidSignature =
// Will add E2E tests back once we have Frames deployed with the new schema
const worksE2E = (framesClient: FramesClient) => async () => {
const frameUrl =
"https://fc-polls-aikbbaraw-ephemerahq.vercel.app/polls/95de04bf-3f35-4042-895a-094e50062b1e";
"https://fc-polls-five.vercel.app/polls/03710836-bc1d-4921-9e24-89d82015c53b";
const metadata = await framesClient.proxy.readMetadata(frameUrl);
expect(metadata).toBeDefined();
expect(metadata.frameInfo).toMatchObject({
Expand All @@ -150,10 +150,10 @@ const worksE2E = (framesClient: FramesClient) => async () => {
},
image: {
content:
"https://fc-polls-aikbbaraw-ephemerahq.vercel.app/api/image?id=01032f47-e976-42ee-9e3d-3aac1324f4b8",
"https://fc-polls-five.vercel.app/api/image?id=03710836-bc1d-4921-9e24-89d82015c53b",
},
postUrl:
"https://fc-polls-aikbbaraw-ephemerahq.vercel.app/api/vote?id=01032f47-e976-42ee-9e3d-3aac1324f4b8",
"https://fc-polls-five.vercel.app/api/vote?id=03710836-bc1d-4921-9e24-89d82015c53b",
});
const signedPayload = await framesClient.signFrameAction({
frameUrl,
Expand Down

0 comments on commit a3dbb24

Please sign in to comment.