Skip to content

Commit 441d828

Browse files
Fixed integration tests: Remove tester service from page initialization (#5618)
Eliminated appending the Tester service to the page's services list in FletTestApp. This may be part of a refactor or cleanup to simplify test app setup.
1 parent e9f126d commit 441d828

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/python/packages/flet/src/flet/testing/flet_test_app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ async def start(self):
155155
async def main(page: ft.Page):
156156
self.__page = page
157157
self.__tester = Tester()
158-
page.services.append(self.__tester)
159158
page.theme_mode = ft.ThemeMode.LIGHT
160159
page.update()
161160

0 commit comments

Comments
 (0)