fix: resolve current ci regressions

This commit is contained in:
Peter Steinberger
2026-03-14 00:51:01 +00:00
parent 17eaa59a7a
commit e794417623
10 changed files with 30 additions and 25 deletions

View File

@@ -22,7 +22,7 @@ function createGatewayAudit({
expectedGatewayToken?: string;
path?: string;
serviceToken?: string;
environmentValueSources?: Record<string, string>;
environmentValueSources?: Record<string, "file" | "inline">;
} = {}) {
return auditGatewayServiceConfig({
env: { HOME: "/tmp" },