Skip to content

Commit

Permalink
fix: e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed Dec 3, 2024
1 parent fb71045 commit 584d098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/e2e-test/test_api_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class TestApiEngine:
@pytest.fixture(autouse=True)
def setup_and_teardown(self):
# Setup
start_server()
stop_server()
success = start_server()
if not success:
raise Exception("Failed to start server")
Expand Down

0 comments on commit 584d098

Please sign in to comment.