perf: Check api

pull/15880/head
feng 2025-08-20 11:15:01 +08:00 committed by feng626
parent 63b213d3a8
commit 6929c4968e
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ class Command(BaseCommand):
settings.LOG_LEVEL = 'ERROR'
urls = get_api_urls()
client = Client()
client.defaults['HTTP_HOST'] = 'localhost'
unauth_urls = []
error_urls = []
unformat_urls = []