Skip to content

Commit

Permalink
Merge pull request #217 from conductor-sdk/1.0.71-patch
Browse files Browse the repository at this point in the history
Bugfix!
  • Loading branch information
v1r3n authored Oct 6, 2023
2 parents f44a765 + 3bafbb8 commit 7b90ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conductor/client/http/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(
configuration = Configuration()
self.configuration = configuration

self.rest_client = rest.RESTClientObject(connection=configuration.http_connection)
self.rest_client = rest.RESTClientObject()

self.default_headers = self.__get_default_headers(
header_name, header_value
Expand Down

0 comments on commit 7b90ca9

Please sign in to comment.