diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/py/test_repo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/test_repo.py b/test/py/test_repo.py index f3a10d7..abc7f18 100644 --- a/test/py/test_repo.py +++ b/test/py/test_repo.py @@ -13,7 +13,7 @@ class LoggingEventRunComplete(LoggingEvent): super().__init__(timeout=60) def log_line_matches(self, line): - return 'Received a "run complete" message from worker' in line + return 'Received a "run finished" message from worker' in line def set(self): self.counter += 1 |