summaryrefslogtreecommitdiff
path: root/test/test-dbus.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-dbus.py')
-rwxr-xr-xtest/test-dbus.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-dbus.py b/test/test-dbus.py
index 3c4bd5c8..9af8bfd7 100755
--- a/test/test-dbus.py
+++ b/test/test-dbus.py
@@ -1121,7 +1121,7 @@ Use check=lambda: (expr1, expr2, ...) when more than one check is needed.
"database": "file://" + xdg_root + "/server" } }
if enableCalendar:
config["source/calendar"] = { "sync": "two-way",
- "uri": "calendar",
+ # "uri": "calendar", uri = local source name is the default
"backend": "file",
"databaseFormat": "text/calendar",
"database": "file://" + xdg_root + "/server-calendar" }