mirror of
https://github.com/hacdias/webdav.git
synced 2026-09-24 04:01:54 +08:00
feat!: remove Auth option
This commit is contained in:
@@ -90,7 +90,6 @@ func TestServerAuthentication(t *testing.T) {
|
||||
})
|
||||
|
||||
srv := makeTestServer(t, fmt.Sprintf(`
|
||||
auth: true
|
||||
scope: %s
|
||||
modify: true
|
||||
|
||||
@@ -153,7 +152,6 @@ func TestServerRules(t *testing.T) {
|
||||
})
|
||||
|
||||
srv := makeTestServer(t, fmt.Sprintf(`
|
||||
auth: true
|
||||
scope: %s
|
||||
modify: true
|
||||
|
||||
@@ -196,7 +194,6 @@ func TestServerPermissions(t *testing.T) {
|
||||
})
|
||||
|
||||
srv := makeTestServer(t, fmt.Sprintf(`
|
||||
auth: true
|
||||
scope: %s
|
||||
modify: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user