Skip to content

Commit

Permalink
Add grpc port
Browse files Browse the repository at this point in the history
  • Loading branch information
HammadB committed Oct 13, 2023
1 parent 3a02362 commit f35e576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromadb/test/db/test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def sqlite_persistent() -> Generator[SysDB, None, None]:
def grpc_with_mock_server() -> Generator[SysDB, None, None]:
"""Fixture generator for sqlite DB that creates a mock grpc sysdb server
and a grpc client that connects to it."""
system = System(Settings(allow_reset=True))
system = System(Settings(allow_reset=True, chroma_server_grpc_port=50051))
system.instance(GrpcMockSysDB)
client = system.instance(GrpcSysDB)
system.start()
Expand Down

0 comments on commit f35e576

Please sign in to comment.