summaryrefslogtreecommitdiff
path: root/testing/tests/couch/test_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/couch/test_command.py')
-rw-r--r--testing/tests/couch/test_command.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/tests/couch/test_command.py b/testing/tests/couch/test_command.py
index 68097fb1..9fb2c153 100644
--- a/testing/tests/couch/test_command.py
+++ b/testing/tests/couch/test_command.py
@@ -25,6 +25,7 @@ class CommandBasedDBCreationTest(unittest.TestCase):
state.ensure_database, "user-1337")
def test_raises_unauthorized_by_default(self):
- state = couch_state.CouchServerState("url", check_schema_versions=False)
+ state = couch_state.CouchServerState("url",
+ check_schema_versions=False)
self.assertRaises(u1db_errors.Unauthorized,
state.ensure_database, "user-1337")