changes in Caddy caused mw/root tests to fail: 4cce8c7b6b (#990)

This commit is contained in:
varyoo
2017-08-26 17:58:04 +02:00
committed by Miek Gieben
parent 3a9cb4fcf8
commit d5b636bca6

View File

@@ -18,7 +18,7 @@ func TestRoot(t *testing.T) {
log.SetOutput(ioutil.Discard)
// Predefined error substrings
parseErrContent := "Parse error:"
parseErrContent := "Error during parsing:"
unableToAccessErrContent := "unable to access root path"
existingDirPath, err := getTempDirPath()