test(eoc-push): rätta sökväg till brand.config.json

This commit is contained in:
Sven (AAMOS AI)
2026-08-11 19:20:52 +07:00
parent cb53784ec3
commit d3d485ffe8
+1 -1
View File
@@ -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", {