test(gateway): fix config.patch baseHash fixtures

This commit is contained in:
Peter Steinberger
2026-01-15 04:49:33 +00:00
parent eb3e865f15
commit 0a7f5bf6a5
2 changed files with 12 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
import { describe, expect, it } from "vitest";
import { connectOk, onceMessage, startServerWithClient } from "./test-helpers.js";
import { connectOk, installGatewayTestHooks, onceMessage, startServerWithClient } from "./test-helpers.js";
installGatewayTestHooks();
describe("gateway config.patch", () => {
it("merges patches without clobbering unrelated config", async () => {