davidmbillie / Hot-Potato

ASP.NET Core proxy that will validate an API's conformance to an OpenAPI spec.
MIT No Attribution
6 stars 1 forks source link

Remove or update SpecToken conditions on E2E and TestServer tests #8

Closed davidmbillie closed 1 year ago

davidmbillie commented 1 year ago

Having a personal access token as a secret was necessary to access the specs to run these tests while Hot Potato was still a private repo. Since it's public now, the condition is no longer needed. We'll need to either update or completely remove this condition since these tests currently aren't run locally.