We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da669ec commit c85c4b6Copy full SHA for c85c4b6
unittests/test_logging.py
@@ -361,7 +361,7 @@ def test_syslog_handler_tcp_port_noint(temp_runtime):
361
'handlers_perflog': []
362
})
363
next(runtime)
364
- with pytest.raises(ConfigError):
+ with pytest.raises(ConfigError, match="not an integer: 'bar'"):
365
rlog.configure_logging(rt.runtime().site_config)
366
367
0 commit comments