Skip to content

Commit

Permalink
Fix for the HTTPBasicAuth is not JSON serializable error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Octavian Toader authored and Octavian Toader committed May 31, 2021
1 parent 8b1c950 commit 918dd9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/REST/keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -1321,6 +1321,7 @@ def rest_instances(self, file_path=None, sort_keys=False):
self.instances,
ensure_ascii=False,
indent=4,
default=vars,
separators=(",", ": "),
sort_keys=sort_keys,
)
Expand Down

0 comments on commit 918dd9e

Please sign in to comment.