We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdbe60 commit bf0c4e6Copy full SHA for bf0c4e6
couchdb/tests/tools.py
@@ -21,7 +21,7 @@ class ToolLoadTestCase(testutil.TempDatabaseMixin, unittest.TestCase):
21
def test_handle_credentials(self):
22
# Issue 194: couchdb-load attribute error: 'Resource' object has no attribute 'http'
23
# http://code.google.com/p/couchdb-python/issues/detail?id=194
24
- load.load_db(StringIO(''), self.db.resource.url, 'foo', 'bar')
+ load.load_db(StringIO(b''), self.db.resource.url, 'foo', 'bar')
25
26
27
class ToolDumpTestCase(testutil.TempDatabaseMixin, unittest.TestCase):
0 commit comments