mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 07:48:38 -05:00
Fix up flake8 and unit test failures
* Make sure we default to localhost to not fail at the GAI check * Cleanup some flake8 issues in the metrics module
This commit is contained in:
@@ -973,3 +973,6 @@ LOGGING = {
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
STATSD_CLIENT = 'django_statsd.clients.null'
|
||||
STATSD_HOST = 'localhost'
|
||||
|
||||
Reference in New Issue
Block a user