-
-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot match with callback #727
Labels
Comments
Could you share an example of the code you're trying to make work? |
Currently resp will be None because add_callback returns None |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When using standard responses you can use the matching behaviour but the callback API doesn't currently allow you to assert any calls to this callback
Additional context
No response
Version of
responses
0.25.3
Steps to Reproduce
2.API currently returns None
Expected Result
API returns response we can then use with assert
Actual Result
The api returns none so we can't assert against it
The text was updated successfully, but these errors were encountered: