Skip to content

Commit

Permalink
Fix tests for newer fsspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Jun 17, 2024
1 parent c2e8b43 commit 492cd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trollmoves/tests/functional/test_move_it_server_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def check_message_for_filesystem_info_and_untarring(subscriber, tmp_path, moved_
"""Check the posttroll message for filesystem info and untarring."""
msg = next(subscriber)
host = socket.gethostname()
expected_filesystem = {"cls": "fsspec.implementations.tar.TarFileSystem",
expected_filesystem = {"cls": "fsspec.implementations.tar:TarFileSystem",
"protocol": "tar",
"args": [],
"target_options": {"host": host},
Expand Down

0 comments on commit 492cd85

Please sign in to comment.