Skip to content

Commit f00d6a8

Browse files
Fix: Use memory gateway for LSP test to avoid creating actual db (#4594)
1 parent fbde84a commit f00d6a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lsp/test_reference_macro_multi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
@pytest.mark.fast
99
def test_macro_references_multirepo() -> None:
10-
context = Context(paths=["examples/multi/repo_1", "examples/multi/repo_2"])
10+
context = Context(paths=["examples/multi/repo_1", "examples/multi/repo_2"], gateway="memory")
1111
lsp_context = LSPContext(context)
1212

1313
d_path = next(

0 commit comments

Comments
 (0)