Skip to content

Commit

Permalink
try posix path
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Oct 17, 2023
1 parent cc0b4c4 commit 884ed25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def wait_for_worker():
def test_file_system_queue(self, tmp_path, scheme):
config = Config(
local_cache_root=tmp_path,
rag=dict(queue_url=f"{scheme}{tmp_path / 'queue'}"),
rag=dict(queue_url=f"{scheme}{(tmp_path / 'queue').as_posix()}"),
)

with self.worker(config=config):
Expand Down

0 comments on commit 884ed25

Please sign in to comment.