Remove redundant channel listing

This commit is contained in:
Jack Kingsman
2026-03-12 20:01:28 -07:00
parent df538b3aaf
commit 0834414ba4
3 changed files with 2 additions and 8 deletions

View File

@@ -187,7 +187,6 @@ class TestDebugEndpoint:
assert payload["application"]["commit_hash"] == "deadbeef"
assert payload["runtime"]["channel_slot_reuse_enabled"] is True
assert payload["runtime"]["channel_send_cache"] == [{"channel_key": channel_key, "slot": 0}]
assert any("support snapshot marker" in line for line in payload["logs"])
radio_probe = payload["radio_probe"]