diff options
Diffstat (limited to 'core/assets/path_test.go')
-rw-r--r-- | core/assets/path_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/assets/path_test.go b/core/assets/path_test.go index 374f813af..50e8841d9 100644 --- a/core/assets/path_test.go +++ b/core/assets/path_test.go @@ -6,7 +6,7 @@ import ( ) func TestPath(t *testing.T) { - if actual := Path(); !strings.HasSuffix(actual, ".caddy") { + if actual := Path(); !strings.HasSuffix(actual, ".coredns") { t.Errorf("Expected path to be a .caddy folder, got: %v", actual) } } |