mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-25 09:48:32 +02:00
api: added some endpoints for dashboard filter to work
This commit is contained in:
@@ -12,6 +12,6 @@ import (
|
||||
var testAllFieldsYAML []byte
|
||||
|
||||
func TestFile(t *testing.T) {
|
||||
_, err := validate(testAllFieldsYAML)
|
||||
_, err := validate("", testAllFieldsYAML)
|
||||
ExpectNoError(t, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user