From 2fad2b5298ad807360aafce7dee6fcc36c8ce9dd Mon Sep 17 00:00:00 2001 From: Antonio Anaya Date: Thu, 4 Jun 2026 17:58:27 +0000 Subject: [PATCH] Apply suggestions from code review of branch store_unit_testing Co-authored-by: Beth Probert --- webapp/src/tests/unit/stores/settings.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/", });