Closed asthasr closed 3 years ago
After setting up a skeleton app, I was receiving a warning while running tests:
RemovedInMarshmallow4Warning: Passing field metadata as a keyword arg is deprecated. Use the explicit `metadata=...` argument instead.
The change here seems to fix the issue.
After setting up a skeleton app, I was receiving a warning while running tests:
The change here seems to fix the issue.