Skip to content

Commit

Permalink
Use KuadrantClient in Mockserver client
Browse files Browse the repository at this point in the history
  • Loading branch information
pehala committed Mar 6, 2024
1 parent db938e0 commit 091c9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/httpx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __getattr__(self, item):
"""For backwards compatibility"""
if self.response is not None:
return getattr(self.response, item)
raise AttributeError from self.error
raise self.error

def __str__(self):
if self.error is None:
Expand Down

0 comments on commit 091c9bb

Please sign in to comment.