Skip to content

Commit 4e1d025

Browse files
committed
Update test
1 parent 3af754a commit 4e1d025

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

authplugger_test.go

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@ func TestConfigParsing(t *testing.T) {
1717
}{
1818
{
1919
`
20-
authplugger cache_ttl 300
2120
authplugger remove_prefix /files
2221
authplugger allow_reading_parent_paths
23-
authplugger basicauth {
22+
authplugger basic {
2423
user admin asdfasdf
25-
rw /
24+
rw /secret/
25+
rw /internal/
26+
27+
*
28+
ro /internal/
2629
2730
!
2831
ro /

0 commit comments

Comments
 (0)