Remove config-example.yaml

This commit is contained in:
Dave Gallant
2020-07-06 13:26:13 -04:00
parent d9474be233
commit c9ba058ae6
3 changed files with 3 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ import (
// TestLoadConfiguration tests loading the example config
func TestLoadConfiguration(t *testing.T) {
exampleConfig, err := LoadConfiguration("../config-example.yaml")
exampleConfig, err := LoadConfiguration("../config-example.yml")
assert.NoError(t, err)