Skip to content

Commit 6d30b13

Browse files
committed
For #36311: Adding playlist_code to SgTestConfig (#115)
1 parent 08ee663 commit 6d30b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def config_keys(self):
309309
'api_key', 'asset_code', 'http_proxy', 'human_login', 'human_name',
310310
'human_password', 'mock', 'project_name', 'script_name',
311311
'server_url', 'session_uuid', 'shot_code', 'task_content',
312-
'version_code'
312+
'version_code', 'playlist_code'
313313
]
314314

315315
def read_config(self, config_path):

0 commit comments

Comments
 (0)