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:
parent
710883cff5
commit
ace7ae9855
3 changed files with 11 additions and 18 deletions
|
|
@ -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" },
|
||||
},
|
||||
}),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue