Skip to content

Commit

Permalink
fix v1 test schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mogery committed Oct 28, 2024
1 parent 3ee8cc7 commit 64bb7ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/api/src/__tests__/e2e_v1_withAuth/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import request from "supertest";
import { configDotenv } from "dotenv";
import {
ScrapeRequest,
ScrapeRequestInput,
ScrapeResponseRequestTest,
} from "../../controllers/v1/types";
Expand Down Expand Up @@ -126,7 +125,7 @@ describe("E2E Tests for v1 API Routes", () => {
it.concurrent(
"should return a successful response with a valid API key",
async () => {
const scrapeRequest: ScrapeRequest = {
const scrapeRequest: ScrapeRequestInput = {
url: "https://arxiv.org/abs/2410.04840",
};

Expand Down

0 comments on commit 64bb7ef

Please sign in to comment.