Skip to content

Commit 38d6c9b

Browse files
committed
Fix tests
1 parent 6819161 commit 38d6c9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reportportal_client/helpers/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
TRUNCATE_REPLACEMENT,
77
CONTENT_TYPE_TO_EXTENSIONS,
88
TYPICAL_MULTIPART_FOOTER_LENGTH,
9+
TYPICAL_FILE_PART_HEADER,
910
LifoQueue,
1011
agent_name_version,
1112
await_if_necessary,
@@ -38,6 +39,7 @@
3839
"TRUNCATE_REPLACEMENT",
3940
"CONTENT_TYPE_TO_EXTENSIONS",
4041
"TYPICAL_MULTIPART_FOOTER_LENGTH",
42+
"TYPICAL_FILE_PART_HEADER",
4143
"LifoQueue",
4244
"agent_name_version",
4345
"await_if_necessary",

0 commit comments

Comments
 (0)