summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchiatchiat <chiatchiat@gmail.com>2023-04-01 21:04:33 +0800
committerGitHub <noreply@github.com>2023-04-01 21:04:33 +0800
commit0e1e0743971a6e641fb8f0bd7233534cef8da24d (patch)
treeea22fb691148d2cebaaf6b9e2469e0e778517241
parent35d341b30074436ce6aa9b5c22468ee23ec92cf6 (diff)
downloadcherrypy-git-0e1e0743971a6e641fb8f0bd7233534cef8da24d.tar.gz
Update cherrypy/test/test_logging.py
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
-rw-r--r--cherrypy/test/test_logging.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cherrypy/test/test_logging.py b/cherrypy/test/test_logging.py
index bf070e23..bc7b2bb0 100644
--- a/cherrypy/test/test_logging.py
+++ b/cherrypy/test/test_logging.py
@@ -198,8 +198,7 @@ def test_custom_log_format(log_tracker, monkeypatch, server):
def test_utc_in_timez(monkeypatch):
- """Test utc timestamp is used in
- cherrypy._cplogging.LazyRfc3339UtcTime"""
+ """Test that ``LazyRfc3339UtcTime`` is rendered as ``str`` using UTC timestamp."""
import datetime
utcoffset8_local_time_in_naive_utc = (