We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there. When I was working on adding tests, I stumbled upon update_fulfillment method. When I tried to call it from test code, it failed.
update_fulfillment
I think the reason of failing is that it should call is_valid before saving the object to DB, similar to the fulfill_bounty method just above.
is_valid
fulfill_bounty
Here's the method: https://github.com/Bounties-Network/BountiesAPI/blob/master/bounties_api/std_bounties/bounty_client.py#L122-L124
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there. When I was working on adding tests, I stumbled upon
update_fulfillment
method. When I tried to call it from test code, it failed.I think the reason of failing is that it should call
is_valid
before saving the object to DB, similar to thefulfill_bounty
method just above.Here's the method: https://github.com/Bounties-Network/BountiesAPI/blob/master/bounties_api/std_bounties/bounty_client.py#L122-L124
The text was updated successfully, but these errors were encountered: