test: drop unused _OTHER_PEER constant

github-code-quality bot flagged it as an unused module-level global —
correctly. The earlier draft of the negative-cache test was going to
exercise two distinct peer IDs hitting the registry concurrently, but
the test was simplified to a single-peer flow before merge and the
constant lost its consumer.

Resolves the only blocking review thread on PR #2471.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hongming Wang 2026-05-01 18:28:24 -07:00
parent e6eda38318
commit 885eff2350

View File

@ -258,7 +258,6 @@ def test_build_channel_notification_handles_missing_fields_gracefully():
_PEER_UUID = "11111111-2222-3333-4444-555555555555"
_OTHER_PEER = "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
@pytest.fixture()