elastic / package-registry

Elastic Package Registry (EPR)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tests for endpoints using proxy mode

mrodm opened this issue · comments

Currently, there are tests to check the endpoints without the proxy mode feature.
It is required to set new tests for endpoints like /search, /epr/* (artifacts), /package/* (statics)... that can be used with proxy mode enabled.

Relates #1004