config: rename dir testconfigs to testdata
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
leo 2023-05-06 13:47:46 +02:00
parent f8df3f3806
commit 7d1c65e5a9
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ
3 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ func TestConfig(t *testing.T) {
t.Skip("we're running in CI apparently, skipping these tests")
}
confPath := "./testconfigs/"
confPath := "./testdata/"
ts := []struct {
name string
fails bool