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

Fix expected URL

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-01-09 12:13:28 -05:00
parent 6dd926a0ce
commit cfad2c01b9

View File

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