Skip to content

Commit

Permalink
Lowercase a log in the wait_for_fn() utility function
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudveron committed Oct 16, 2018
1 parent fb2b8a5 commit bb2cdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ def lcall(self, *args, **kwargs):
return lcall(*args, **kwargs)

@staticmethod
def wait_for_fn(func, tmo, delay, errmsg="Waited too long for startup"):
def wait_for_fn(func, tmo, delay, errmsg="waited too long for startup"):
"""
A helper function to execute a test function until it returns True
or the number of retries is exhausted.
Expand Down

0 comments on commit bb2cdbf

Please sign in to comment.