Skip to content

Commit 605ac4c

Browse files
committed
chore: link ticket to todo
1 parent 2f4473b commit 605ac4c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

jest.setup.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ jest.mock("./src/envVars", () => {
5858

5959
// Avoiding putting in the env file in case this gets loaded into prod
6060
// TODO: Centralize and streamline configuration for environments
61-
process.env.PUBSUB_EMULATOR_HOST = "localhost:8085";
61+
// mozilla-hub.atlassian.net/browse/MNTOR-5089
62+
https: process.env.PUBSUB_EMULATOR_HOST = "localhost:8085";

src/scripts/cronjobs/emailBreachAlerts.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ async function getDataSummary(
384384
function createPubSubClient() {
385385
let options = {};
386386
// TODO - Consolidate configuration logic for this and other clients
387+
// https://mozilla-hub.atlassian.net/browse/MNTOR-5089
387388
if (
388389
process.env.NODE_ENV === "development" ||
389390
process.env.NODE_ENV === "test"

0 commit comments

Comments
 (0)