diff --git a/webapp/src/tests/unit/stores/settings.spec.js b/webapp/src/tests/unit/stores/settings.spec.js index cabb8244..42657097 100644 --- a/webapp/src/tests/unit/stores/settings.spec.js +++ b/webapp/src/tests/unit/stores/settings.spec.js @@ -7,7 +7,7 @@ describe("Settings Store", () => { // Mock the browser's window.location BEFORE the store initializes // This prevents the getOriginFromLocation() function from crashing. vi.stubGlobal("location", { - // The following basUri is arbitrary set + // The following baseUri is arbitrarily set href: "http://microscope-test.local:5000/", });