Skip to content

Commit 32eba6e

Browse files
test: skip neynar validation test
1 parent fbdccb2 commit 32eba6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/frames.js/src/middleware/neynar/neynarValidate.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ describe("neynarValidate middleware", () => {
6464
expect(next).toHaveBeenCalledWith();
6565
});
6666

67-
it("parses frame message from request body and fetches external hub context and adds it to context", async () => {
67+
// skipped for now as the default api key doesn't work without browser UA
68+
it.skip("parses frame message from request body and fetches external hub context and adds it to context", async () => {
6869
const context = {
6970
request: sampleFrameActionRequest.clone(),
7071
} as unknown as FramesContext;
@@ -95,5 +96,4 @@ describe("neynarValidate middleware", () => {
9596
})
9697
);
9798
});
98-
9999
});

0 commit comments

Comments
 (0)