Skip to content

Commit 85b1884

Browse files
committed
Quote correction
1 parent 403a612 commit 85b1884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reportportal_client/helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,11 @@ def get_function_params(func, args, kwargs):
205205

206206
TYPICAL_MULTIPART_FOOTER_LENGTH = len(TYPICAL_MULTIPART_FOOTER)
207207

208-
TYPICAL_JSON_ARRAY = "[]"
208+
TYPICAL_JSON_ARRAY = '[]'
209209

210210
TYPICAL_JSON_ARRAY_LENGTH = len(TYPICAL_JSON_ARRAY)
211211

212-
TYPICAL_JSON_ARRAY_ELEMENT = ","
212+
TYPICAL_JSON_ARRAY_ELEMENT = ','
213213

214214
TYPICAL_JSON_ARRAY_ELEMENT_LENGTH = len(TYPICAL_JSON_ARRAY_ELEMENT)
215215

0 commit comments

Comments
 (0)