Skip to content

Commit 78f0868

Browse files
committed
Fixed the tests.
1 parent c824b1b commit 78f0868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/utils/mocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const mockTestRun = async (page: Page, testRun: TestRun) => {
7676
};
7777

7878
export const mockImage = async (page: Page, image: string) => {
79-
return page.route(`${API_URL}/${image}`, (route) =>
79+
return page.route(`${API_URL}/images/${image}`, (route) =>
8080
route.fulfill({
8181
path: `integration_tests/images/${image}`,
8282
}),

0 commit comments

Comments
 (0)