Skip to content

Commit 520750e

Browse files
Narek MkhitaryanNarek Mkhitaryan
authored andcommitted
fix in export upload s3 test
1 parent 26ffd92 commit 520750e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/export/test_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ def test_upload_s3(self):
106106
Bucket=self.TEST_S3_BUCKET, Prefix=self.TMP_DIR
107107
).get("Contents", []):
108108
files.append(object_data["Key"])
109-
self.assertEqual(13, len(files))
109+
self.assertEqual(33, len(files))

0 commit comments

Comments
 (0)