Skip to content

Commit

Permalink
fix: flake issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jo47011 committed Dec 1, 2024
1 parent de2bfd4 commit 4051838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def setUp(self) -> None:
self.server_runner = InterfaceThreadRunner(shc.web.WebServer, "localhost", 42080, 'index')
self.server = self.server_runner.interface


@classmethod
def setUpClass(cls) -> None:
if cls.share_selenium_web_driver():
Expand Down Expand Up @@ -103,6 +102,7 @@ def share_selenium_web_driver() -> bool:

return True


class SimpleWebTest(AbstractWebTest):
def test_basic(self) -> None:
self.server_runner.start()
Expand Down

0 comments on commit 4051838

Please sign in to comment.