Skip to content

Commit dbf8854

Browse files
scotwellsclaude
andcommitted
test(extension-server): drop shorthand label from connector test comment
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5717ef2 commit dbf8854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/extensionserver/mutate/connector_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ func TestApplyConnectorRoutes_Offline_Prepends503Route_NoDomain(t *testing.T) {
310310
"offline route body must be 'Tunnel not online' per STATE.md contract")
311311

312312
// Second route: the original user-facing forwarding route must now be a
313-
// direct_response 503 too (Gap B), NOT a cluster route to the empty cluster.
313+
// direct_response 503 too, NOT a cluster route to the empty cluster.
314314
fwd := vh.Routes[1]
315315
assert.Equal(t, "fwd", fwd.GetName(), "forwarding route identity preserved")
316316
assert.Empty(t, routeCluster(fwd),

0 commit comments

Comments
 (0)