test: sync gateway and config expectations

This commit is contained in:
Peter Steinberger
2026-04-07 08:03:20 +01:00
parent 04681e9770
commit b28cc98c9b
8 changed files with 21 additions and 104 deletions

View File

@@ -365,7 +365,6 @@ describe("gateway run option collisions", () => {
).rejects.toThrow("__exit__:1");
},
);
expect(runtimeErrors[0]).toContain("Use either --passw***d or --password-file.");
});
});