Skip to content

Commit 4fa8f8b

Browse files
committed
sonarqube issue
1 parent d69550e commit 4fa8f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents/matlab/matlab_agent/test/unit/test_streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def test_handle_streaming_simulation_missing_fields(
373373
{'simulation': {'foo': 'bar'}}, # Missing data
374374
'test_queue',
375375
mock_rabbit_client,
376-
Path("test_path"),
376+
str(Path("test_path")),
377377
response_templates,
378378
tcp_settings
379379
)

0 commit comments

Comments
 (0)