Skip to content

Commit

Permalink
fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Oct 3, 2024
1 parent e8facd7 commit 0c04c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_b2_command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -3245,7 +3245,7 @@ def test_upload_file__custom_upload_time(b2_tool, persistent_bucket, sample_file
else:
# file_id, action, date, time, size(, replication), name
b2_tool.should_succeed(
['1ls', '--long', *b2_uri_args(bucket_name, subfolder)],
['ls', '--long', *b2_uri_args(bucket_name, subfolder)],
f'^4_z.* upload {cut_printable} +{len(file_data)} {subfolder}/a',
)
# file_id, action, date, time, size(, replication), name
Expand Down

0 comments on commit 0c04c66

Please sign in to comment.