Commit 392574e7 authored by Benjamin Blanc's avatar Benjamin Blanc

testnode: SlapOSMasterCommunicator: Fix typo

parent 9d205730
......@@ -134,7 +134,7 @@ class SlapOSMasterCommunicator(object):
Return True if instance status and instance news text ~looks corresponding.
( use the matching of 'correctly' and 'Instance' and status )
"""
text = getNewsFromInstanceLink(instance_link)['news'][0]['text']
text = self.getNewsFromInstanceLink(instance_link)['news'][0]['text']
return ('Instance' in text) and ('correctly' in text) and (status in text)
def isHostingSubscriptionCorrect(self, hosting_subscription_title):
......
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