fix(gateway): align session mocks and persist normalized push provider
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user