Skip to content

Commit 77a3f28

Browse files
committed
test
1 parent c568664 commit 77a3f28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/setup.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ async function setupIntegrationTests(file_name, geode_object) {
3131
createSpy: vi.fn,
3232
})
3333
setActivePinia(pinia)
34+
const infraStore = useInfraStore()
35+
infraStore.init_microservices()
3436
const geodeStore = useGeodeStore()
3537
const hybridViewerStore = useHybridViewerStore()
36-
const infraStore = useInfraStore()
3738
const viewerStore = useViewerStore()
3839
infraStore.app_mode = appMode.BROWSER
3940

0 commit comments

Comments
 (0)