From 0c04c66c0a25fcca4c2af7e876aaebe67668acb8 Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Fri, 4 Oct 2024 01:11:34 +0200 Subject: [PATCH] fix typo in test --- test/integration/test_b2_command_line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/test_b2_command_line.py b/test/integration/test_b2_command_line.py index 8d2c708d..adc7d49c 100755 --- a/test/integration/test_b2_command_line.py +++ b/test/integration/test_b2_command_line.py @@ -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