1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Update unit test expectations

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-03-23 09:04:06 -04:00
parent e3a80d40bb
commit 2f12b78a40

View File

@ -132,7 +132,7 @@ describe("opening application window using tray", () => {
}); });
it("starts loading of content for the application window", () => { it("starts loading of content for the application window", () => {
expect(callForApplicationWindowHtmlMock).toHaveBeenCalledWith("https://lens.app:42"); expect(callForApplicationWindowHtmlMock).toHaveBeenCalledWith("https://lens.app:9090");
}); });
describe("given static HTML of application window has not resolved yet, when opening from tray again", () => { describe("given static HTML of application window has not resolved yet, when opening from tray again", () => {