USACE / instrumentation

Instrumentation project issue tracking and project planning
MIT License
5 stars 1 forks source link

Regression Tests: Profile Validation Schema #27

Closed brettpalmberg closed 1 year ago

brettpalmberg commented 3 years ago

Update the regression tests JSON validation schema for GET {{ base_url }}/my_profile to include tokens key/value in the payload. Currently, tokens schema in the payload is not validated. The tokens key is allowed using additonalProperties: true.

dennisgsmith commented 1 year ago

Planning migration away from Postman client since it's being sunsetted: https://blog.postman.com/announcing-new-lightweight-postman-api-client/

Migrating to Echo tests and Swaggo for OpenAPI doc generation.