Skip to content

Commit 4e7de08

Browse files
rustyconoverclaude
andcommitted
test_serve: build the identity with the two-argument _build_identity
The introspection rate limit's removal dropped _build_identity's third parameter; _hosted_protocols still passed it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent e0f344a commit 4e7de08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎tests/test_serve.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def _hosted_protocols(worker_cls: type[Worker]) -> frozenset[str]:
535535
worker_cls(quiet=True),
536536
enable_describe=False,
537537
server_version=_get_vgi_version(),
538-
identity=_build_identity(worker_cls, None, None),
538+
identity=_build_identity(worker_cls, None),
539539
)
540540
return frozenset(server.bindings)
541541

0 commit comments

Comments
 (0)