api-testing
api-testing copied to clipboard
[Bug] ListTestCase interface exec failed.
Description: The ListTestCase interface throws a 500 exception when a test resource yaml file other than the one created exists in the atest directory.
Repro steps:
- git pull repo
- go build -o atest main.go
- ./atest server
- access front page and new create test resource.
- then click node.
Note: If there are privacy concerns, sanitize the data prior to
caused by the presence of yaml files other than the test resource file in the atest executable directory.