currently tests cover only PUT method for publishing data package on api/<publisher>/<package> endpoint. We do not have any test for POST (taging) method on api/<publisher>/<package>/tag that is actually used for publishing packages.
As we removed PUT method for publishing packages now we are out of tests.
Tasks
[ ] add tests for POST method on api/<publisher>/<package>/tag
currently tests cover only PUT method for publishing data package on
api/<publisher>/<package>
endpoint. We do not have any test for POST (taging) method onapi/<publisher>/<package>/tag
that is actually used for publishing packages. As we removed PUT method for publishing packages now we are out of tests.Tasks
api/<publisher>/<package>/tag