We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aec5f5 commit 8311cf1Copy full SHA for 8311cf1
1 file changed
workspaces/bulk-import/plugins/bulk-import-backend/__fixtures__/handlers.ts
@@ -21,7 +21,7 @@ export const LOCAL_ADDR = `http://${localHostAndPort}`;
21
22
export const LOCAL_GITLAB_ADDR = `https://gitlab.com/api/v4`;
23
24
-const CATALOG_API_LOCATIONS_LOCAL_ADDR =
+export const CATALOG_API_LOCATIONS_LOCAL_ADDR =
25
/^https?:\/\/localhost:\d+\/api\/catalog\/locations$/;
26
27
export function loadTestFixture(filePathFromFixturesDir: string) {
0 commit comments