Closed DanNiESh closed 5 years ago
@fvukelic
Ah, yep, this is from something that @ljmcgann is working on. Leo, could you update your followup PR to update the contract business object?
The importance of unit testing with assert_called_with instead of assert_called_once I suppose
I have updated the pr
This should be fixed now then! @DanNiESh can you try it, and close this issue if it works?
Thanks! It works.
When I want to make a put request to marketplace contract, the flocx-market app returns error: save() missing 1 required positional argument: 'context'. I think it's because the code here: https://github.com/CCI-MOC/flocx-market/blob/ac7562e0780159417118e826e2d69048d34af66a/flocx_market/api/contract.py#L46 doesn't pass the parameter 'context' in to save() method. Probably the same issue with delete api and the api in bid.py.