Skip to content

Commit

Permalink
fix: Fixed cloud client transport header
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed May 1, 2024
1 parent fa3a18b commit b314e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromadb/test/client/test_cloud_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from chromadb.test.conftest import _await_server, _run_server, find_free_port

TOKEN_TRANSPORT_HEADER = TokenTransportHeader.X_CHROMA_TOKEN.name
TOKEN_TRANSPORT_HEADER = TokenTransportHeader.X_CHROMA_TOKEN
TEST_CLOUD_HOST = "localhost"


Expand Down

0 comments on commit b314e89

Please sign in to comment.