Skip to content

Commit 64bb7ef

Browse files
committed
fix v1 test schema
1 parent 3ee8cc7 commit 64bb7ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/api/src/__tests__/e2e_v1_withAuth/index.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import request from "supertest";
22
import { configDotenv } from "dotenv";
33
import {
4-
ScrapeRequest,
54
ScrapeRequestInput,
65
ScrapeResponseRequestTest,
76
} from "../../controllers/v1/types";
@@ -126,7 +125,7 @@ describe("E2E Tests for v1 API Routes", () => {
126125
it.concurrent(
127126
"should return a successful response with a valid API key",
128127
async () => {
129-
const scrapeRequest: ScrapeRequest = {
128+
const scrapeRequest: ScrapeRequestInput = {
130129
url: "https://arxiv.org/abs/2410.04840",
131130
};
132131

0 commit comments

Comments
 (0)