This repository was archived by the owner on Feb 17, 2025. It is now read-only.
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
Add test coverage for the code that parses and validates the config #4
Open
Description
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.