We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c824b1b commit 78f0868Copy full SHA for 78f0868
integration_tests/utils/mocks.ts
@@ -76,7 +76,7 @@ export const mockTestRun = async (page: Page, testRun: TestRun) => {
76
};
77
78
export const mockImage = async (page: Page, image: string) => {
79
- return page.route(`${API_URL}/${image}`, (route) =>
+ return page.route(`${API_URL}/images/${image}`, (route) =>
80
route.fulfill({
81
path: `integration_tests/images/${image}`,
82
}),
0 commit comments