diff options
Diffstat (limited to 'testing/tests/server/test__resource.py')
-rw-r--r-- | testing/tests/server/test__resource.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/server/test__resource.py b/testing/tests/server/test__resource.py index be02b5a1..1c0510b9 100644 --- a/testing/tests/server/test__resource.py +++ b/testing/tests/server/test__resource.py @@ -43,7 +43,7 @@ class SoledadResourceTestCase(unittest.TestCase): self.assertIsInstance(child, ServerInfo) def test_get_blobs_enabled(self): - blobs_resource = BlobsResource('/tmp') + blobs_resource = BlobsResource("filesystem", '/tmp') resource = SoledadResource( blobs_resource=blobs_resource, sync_pool=_pool) request = DummyRequest(['blobs']) |