This commit is contained in:
Josh Hawkins 2026-05-03 12:32:38 -05:00
parent ccbe2fda9a
commit 5ddd824b49

View File

@ -61,7 +61,9 @@ class TestDebugReplayAPI(BaseTestHttp):
self.assertEqual(resp.status_code, 400)
body = resp.json()
self.assertFalse(body["success"])
self.assertIn("missing", body["message"])
# Message is hard-coded so we don't echo exception text back to clients
# (CodeQL: information exposure through an exception).
self.assertEqual(body["message"], "Invalid debug replay parameters")
def test_start_returns_409_when_session_already_active(self):
with patch(