Skip to content

Commit

Permalink
fix test_quer_logging on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
matiashugentobler committed Oct 4, 2023
1 parent 2983bbd commit 6aa3528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/query/logging/test_query_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def test_log_events(query_logging_cleanup: FileDict, expected: ExpectedLog) -> N
),
dict(
event="switch_to_logfile",
args=dict(logfile="logs/20230101_123456__123/queries/20230101_123456__007"),
args=dict(logfile=str(Path("logs/20230101_123456__123/queries/20230101_123456__007"))),
section=True,
context=ANY,
),
Expand Down

0 comments on commit 6aa3528

Please sign in to comment.