feat(FN-1747): merge fusion/fn-1747
This commit is contained in:
@@ -299,6 +299,16 @@ describe("API Error Handling Middleware", () => {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
describe("Log stream project-scoped routing", () => {
|
||||
it("server is configured with log stream endpoint that accepts projectId", () => {
|
||||
const store = createMockStore();
|
||||
const app = createServer(store);
|
||||
|
||||
// Verify the server was created successfully
|
||||
expect(app).toBeDefined();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
describe("Terminal WebSocket heartbeat", () => {
|
||||
|
||||
Reference in New Issue
Block a user