diff --git a/dash/testing/browser.py b/dash/testing/browser.py index bbe92dceb6..a6382c17dd 100644 --- a/dash/testing/browser.py +++ b/dash/testing/browser.py @@ -629,10 +629,10 @@ def get_logs(self): if entry["timestamp"] > self._last_ts ] warnings.warn( - "get_logs always return None with webdrivers other than Chrome", + "get_logs always return [] with webdrivers other than Chrome", stacklevel=2, ) - return None + return [] def reset_log_timestamp(self): """reset_log_timestamp only work with chrome webdriver."""