Rename to wsgi_client

This commit is contained in:
c-bata
2020-10-27 21:38:00 +09:00
parent 317efb0e29
commit cd02661cf5
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from unittest import TestCase
import optuna
from optuna_dashboard.app import create_app
from .wsgi_utils import send_request
from .wsgi_client import send_request
class APITestCase(TestCase):