Skip to content

Commit 8311cf1

Browse files
committed
test(bulk-import): export CATALOG_API_LOCATIONS_LOCAL_ADDR for external use
Signed-off-by: Dominik Augustín <daugusti@redhat.com>
1 parent 2aec5f5 commit 8311cf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • workspaces/bulk-import/plugins/bulk-import-backend/__fixtures__

workspaces/bulk-import/plugins/bulk-import-backend/__fixtures__/handlers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const LOCAL_ADDR = `http://${localHostAndPort}`;
2121

2222
export const LOCAL_GITLAB_ADDR = `https://gitlab.com/api/v4`;
2323

24-
const CATALOG_API_LOCATIONS_LOCAL_ADDR =
24+
export const CATALOG_API_LOCATIONS_LOCAL_ADDR =
2525
/^https?:\/\/localhost:\d+\/api\/catalog\/locations$/;
2626

2727
export function loadTestFixture(filePathFromFixturesDir: string) {

0 commit comments

Comments
 (0)