fix tests
This commit is contained in:
@@ -210,6 +210,7 @@ describe("DeveloperSettingsTab", () => {
|
|||||||
const saveButton = screen.getByRole("button", { name: "Save" });
|
const saveButton = screen.getByRole("button", { name: "Save" });
|
||||||
await user.click(saveButton);
|
await user.click(saveButton);
|
||||||
expect(getSFUConfigWithOpenID).toHaveBeenCalledWith(
|
expect(getSFUConfigWithOpenID).toHaveBeenCalledWith(
|
||||||
|
expect.anything(),
|
||||||
expect.anything(),
|
expect.anything(),
|
||||||
"wss://example.livekit.valid",
|
"wss://example.livekit.valid",
|
||||||
"#testRoom",
|
"#testRoom",
|
||||||
|
|||||||
Reference in New Issue
Block a user