fix(gateway): align session mocks and persist normalized push provider

This commit is contained in:
William Valentin
2026-02-17 15:53:08 -08:00
parent 0c5259f49c
commit 803de57261
4 changed files with 12 additions and 1 deletions
@@ -31,6 +31,7 @@ const mockSession = {
const mockSessionManager = {
getSession: vi.fn(() => mockSession),
getSessionConfig: vi.fn(() => undefined),
listSessions: vi.fn(() => ['ws:test']),
transferSession: vi.fn(),
closeSession: vi.fn(),
+1
View File
@@ -28,6 +28,7 @@ const mockSession = {
const mockSessionManager = {
getSession: vi.fn(() => mockSession),
getSessionConfig: vi.fn(() => undefined),
listSessions: vi.fn(() => ['ws:test']),
transferSession: vi.fn(),
closeSession: vi.fn(),