Skip to content

Commit 116d3f0

Browse files
authored
fix: session completes before all tests have result (#95)
1 parent 6f45b52 commit 116d3f0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/wave/network/api/tests_api_handler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def read_next_test(self, request, response):
108108
token=token
109109
)
110110
self.send_json({"next_test": url}, response)
111-
self._sessions_manager.complete_session(token)
112111
return
113112

114113
test_timeout = self._tests_manager.get_test_timeout(

0 commit comments

Comments
 (0)