Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasgere committed Apr 17, 2024
1 parent 837521d commit 1871d6e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions chromadb/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,7 @@ def integration() -> Generator[System, None, None]:
"""Fixture generator for returning a client configured via environmenet
variables, intended for externally configured integration tests
"""
settings = Settings(allow_reset=True,
chroma_sysdb_impl="chromadb.db.impl.grpc.client.GrpcSysDB",
chroma_coordinator_host="localhost",
chroma_server_grpc_port="50051",)
settings = Settings(allow_reset=True)
system = System(settings)
system.start()
yield system
Expand Down

0 comments on commit 1871d6e

Please sign in to comment.