We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07d913 commit 8d28e73Copy full SHA for 8d28e73
internal/config/types_test.go
@@ -101,7 +101,7 @@ func TestTypes_isAllowedDir(t *testing.T) {
101
filePath: "/opt/nginx/nginx.conf",
102
},
103
{
104
- name: "Test 11: Allowed directory is root",
+ name: "Test 11: Path is root directory, not in allowed directories",
105
allowed: false,
106
allowedDirs: []string{
107
"/etc/nginx",
0 commit comments