mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
from_file rights: Replace config parser interpolation
This commit is contained in:
parent
aef58bd55c
commit
d5f5eeeddf
4 changed files with 26 additions and 23 deletions
|
@ -125,7 +125,7 @@ class TestBaseRightsRequests(BaseTest):
|
|||
f.write("""\
|
||||
[owner]
|
||||
user: .+
|
||||
collection: %(login)s(/.*)?
|
||||
collection: {user}(/.*)?
|
||||
permissions: RrWw
|
||||
[custom]
|
||||
user: .*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue