Skip to content
Snippets Groups Projects
Commit 9c84152b authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

test: Fix wrong key from base_url to url

parent cfc48798
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ class TestArchiver(DbsTestFixture, ServerTestFixture,
dest_config = {
'cls': 'remote',
'args': {
'base_url': self.url()
'url': self.url()
}
}
self.dest_storage = get_objstorage(**dest_config)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment