ui_migration refactor(store) Remove lingering getters for origin and available at settings.js pinia store, fixed unit test and thresholds accordingly.

This commit is contained in:
Antonio Anaya 2026-05-24 16:50:53 -06:00
parent 710883cff5
commit ace7ae9855
3 changed files with 11 additions and 18 deletions

View file

@ -53,7 +53,7 @@ describe("Test LoggingContent.vue", () => {
createTestingPinia({
createSpy: vi.fn,
initialState: {
settings: { origin: "http://microscope.local:5000/api/v3" },
settings: { baseUri: "http://microscope.local:5000/api/v3" },
},
}),
],