Skip to content

Commit 1d497de

Browse files
use conftest
1 parent 6d6618a commit 1d497de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/flutter_integration/helper/test_helper.py renamed to test/functional/flutter_integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from appium.webdriver.extensions.flutter_integration.flutter_commands import FlutterCommand
2222
from test.helpers.constants import SERVER_URL_BASE
2323

24-
from .options import make_options
24+
from .helper.options import make_options
2525

2626
if TYPE_CHECKING:
2727
from appium.webdriver.webdriver import WebDriver

0 commit comments

Comments
 (0)