refactor: move inbound config
This commit is contained in:
@@ -32,7 +32,7 @@ describe("getHealthSnapshot", () => {
|
||||
});
|
||||
|
||||
it("skips telegram probe when not configured", async () => {
|
||||
testConfig = { inbound: { reply: { session: { store: "/tmp/x" } } } };
|
||||
testConfig = { session: { store: "/tmp/x" } };
|
||||
testStore = {
|
||||
global: { updatedAt: Date.now() },
|
||||
unknown: { updatedAt: Date.now() },
|
||||
|
||||
Reference in New Issue
Block a user