BB: Fix spelling in log message in MonkeyIslandClient

This commit is contained in:
Shreya Malviya 2022-08-02 12:22:53 +05:30 committed by GitHub
parent 53048c03ed
commit c098afaee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class MonkeyIslandClient(object):
def _reset_island_mode(self):
if self.requests.put("api/island/mode", data='"unset"').ok:
LOGGER.info("Resseting island mode after the test.")
LOGGER.info("Resetting island mode after the test.")
else:
LOGGER.error("Failed to reset island mode")
assert False