summaryrefslogtreecommitdiff
path: root/tests/test_util_logging.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_util_logging.py')
-rw-r--r--tests/test_util_logging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_util_logging.py b/tests/test_util_logging.py
index aedbe9e64..a03f62b01 100644
--- a/tests/test_util_logging.py
+++ b/tests/test_util_logging.py
@@ -272,7 +272,7 @@ def test_pending_warnings(app, status, warning):
logger.warning('message1')
with logging.pending_warnings():
- # not logged yet (bufferred) in here
+ # not logged yet (buffered) in here
logger.warning('message2')
logger.warning('message3')
assert 'WARNING: message1' in warning.getvalue()