Skip to content

Commit

Permalink
Merge pull request #204 from mraspaud/fix-test-for-new-fsspec
Browse files Browse the repository at this point in the history
Fix tests for newer fsspec
  • Loading branch information
pnuu authored Jun 17, 2024
2 parents c2e8b43 + 492cd85 commit 91cf8e0
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 91cf8e0

Please sign in to comment.