diff --git a/tests/components/epson/test_config_flow.py b/tests/components/epson/test_config_flow.py
index 4353971c66908529e379dc5360e44faedc1d0c09..6faaa285a2aa0deb645a3d93e2c7c2ca73c84138 100644
--- a/tests/components/epson/test_config_flow.py
+++ b/tests/components/epson/test_config_flow.py
@@ -61,6 +61,9 @@ async def test_import(hass):
     with patch(
         "homeassistant.components.epson.Projector.get_property",
         return_value="04",
+    ), patch("homeassistant.components.epson.async_setup", return_value=True), patch(
+        "homeassistant.components.epson.async_setup_entry",
+        return_value=True,
     ):
         result = await hass.config_entries.flow.async_init(
             DOMAIN,