Skip to content

Commit 9a3f3d5

Browse files
committed
fix: session completes before all tests have result (#95)
1 parent 9d38ea9 commit 9a3f3d5

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
@@ -103,7 +103,6 @@ def read_next_test(self, request, response):
103103
token=token
104104
)
105105
self.send_json({"next_test": url}, response)
106-
self._sessions_manager.complete_session(token)
107106
return
108107

109108
test_timeout = self._tests_manager.get_test_timeout(

0 commit comments

Comments
 (0)