You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
We want some coverage on the config parsing code. Currently the apitests define the config as structs, which is post validation in the code. We could either
Unit test the file/config.go code
Define the config as json in the apitest, which means apitests tests cover config parsing and validation
My preference is for 2 but I am open to suggestions.