Skip to content

Commit c7f9c5e

Browse files
committed
typo in log
1 parent 9609abd commit c7f9c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pytest-simcore/src/pytest_simcore/helpers/playwright.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def __call__(self, message: str) -> bool:
226226

227227
self.logger.info(
228228
"Current startup progress [expected number of node-progress-types=%d]: %s",
229-
NodeProgressType.required_types_for_started_service(),
229+
len(NodeProgressType.required_types_for_started_service()),
230230
f"{json.dumps({k:round(v,1) for k,v in self._current_progress.items()})}",
231231
)
232232

0 commit comments

Comments
 (0)