From d3d485ffe86276b914bffdea9a6da220a4e04d56 Mon Sep 17 00:00:00 2001 From: "Sven (AAMOS AI)" Date: Tue, 11 Aug 2026 19:20:52 +0700 Subject: [PATCH] =?UTF-8?q?test(eoc-push):=20r=C3=A4tta=20s=C3=B6kv=C3=A4g?= =?UTF-8?q?=20till=20brand.config.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/worker/test/eoc-push.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", {