diff --git a/test/buildbot/buildbot_config/master/status.py b/test/buildbot/buildbot_config/master/status.py index 944a53725..fc9255d3c 100644 --- a/test/buildbot/buildbot_config/master/status.py +++ b/test/buildbot/buildbot_config/master/status.py @@ -24,7 +24,7 @@ def get_status(options): web_status = html.WebStatus( http_port = options.web_port, - authz = authz, + authz = Authz(), order_console_by_time = True, change_hook_dialects=dict(github=True) )