Commit 5a620d39 authored by Benjamin Blanc's avatar Benjamin Blanc

testnode: SlapOSMasterCommunicator: Fix typo into documentation

parent f2ff0666
...@@ -50,7 +50,7 @@ class SlapOSMasterCommunicator(object): ...@@ -50,7 +50,7 @@ class SlapOSMasterCommunicator(object):
def _curl(self, link): def _curl(self, link):
""" """
link must look like : {'href':link,'type':content_type} 'link' must look like : {'href':url,'type':content_type}
""" """
api_scheme, api_netloc, api_path, api_query, api_fragment = urlparse.urlsplit(link['href']) api_scheme, api_netloc, api_path, api_query, api_fragment = urlparse.urlsplit(link['href'])
self.connection.request( self.connection.request(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment