aboutsummaryrefslogtreecommitdiff
path: root/middleware
diff options
context:
space:
mode:
Diffstat (limited to 'middleware')
-rw-r--r--middleware/root/root_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/root/root_test.go b/middleware/root/root_test.go
index 6823301f8..ea0e53b5e 100644
--- a/middleware/root/root_test.go
+++ b/middleware/root/root_test.go
@@ -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()