Skip to content

Commit 855cbad

Browse files
authored
Merge pull request #158 from conductor-sdk/fix-http-task
Fixed HTTP task inner parameters
2 parents 694ff44 + 0977d11 commit 855cbad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/conductor/client/workflow/task/http_task.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ class HttpInput:
3333
'_accept': 'accept',
3434
'_headers': 'headers',
3535
'_accept': 'accept',
36-
'_content_type': 'content_type',
37-
'_connection_time_out': 'connection_time_out',
38-
'_read_timeout': 'read_timeout',
36+
'_content_type': 'contentType',
37+
'_connection_time_out': 'connectionTimeOut',
38+
'_read_timeout': 'readTimeout',
3939
}
4040

4141
def __init__(self,

0 commit comments

Comments
 (0)