diff --git a/tests/test_i18n.py b/tests/test_i18n.py
index 5a94d3df1ec833d832a27a0783f83f67676e9a53..82f056e907188133a5fc8bc888fb6ca3e97d0095 100644
--- a/tests/test_i18n.py
+++ b/tests/test_i18n.py
@@ -19,6 +19,7 @@ from babel.messages.extract import extract_from_dir
 
 from tjts5901.i18n import SupportedLocales
 from tjts5901 import __file__ as pkg_file
+from conftests import client, app
 
 @pytest.fixture
 def babel(app: Flask):