aboutsummaryrefslogtreecommitdiff
path: root/middleware/root/root_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/root/root_test.go')
-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 0a58c69bf..6823301f8 100644
--- a/middleware/root/root_test.go
+++ b/middleware/root/root_test.go
@@ -19,7 +19,7 @@ func TestRoot(t *testing.T) {
// Predefined error substrings
parseErrContent := "Parse error:"
- unableToAccessErrContent := "Unable to access root path"
+ unableToAccessErrContent := "unable to access root path"
existingDirPath, err := getTempDirPath()
if err != nil {