Skip to content

Commit

Permalink
bugfix: Dorthu#47
Browse files Browse the repository at this point in the history
  • Loading branch information
anchitarnav committed Apr 4, 2022
1 parent dc791af commit 398b233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi3/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def request(self, base_url, security={}, data=None, parameters={}, verify=True,
session = self._session

# send the prepared request
result = session.send(self._request.prepare())
result = session.send(self._request.prepare(), verify=verify)

# spec enforces these are strings
status_code = str(result.status_code)
Expand Down

0 comments on commit 398b233

Please sign in to comment.