diff --git a/apps/worker/test/eoc-push.test.ts b/apps/worker/test/eoc-push.test.ts index 155c798..18e764c 100644 --- a/apps/worker/test/eoc-push.test.ts +++ b/apps/worker/test/eoc-push.test.ts @@ -1,6 +1,6 @@ import { describe, expect, it, beforeAll, afterAll, vi } from "vitest"; import IORedis from "ioredis"; -import BRAND from "../../../../brand.config.json" with { type: "json" }; +import BRAND from "../../../brand.config.json" with { type: "json" }; import { pushOpsSummaryToEoc } from "../src/processors/eoc-push.js"; const redis = new IORedis(process.env.REDIS_URL ?? "redis://localhost:6379", {