1👍
✅
You can add another decorator to your test to apply this like so:
@patch.object(CatalogView, "swagger_fake_view", True, create=True)
Source:stackexchange.com
1👍
You can add another decorator to your test to apply this like so:
@patch.object(CatalogView, "swagger_fake_view", True, create=True)