Skip to content

Commit 4a8b851

Browse files
committed
more debug
1 parent e5ceb36 commit 4a8b851

File tree

1 file changed

+1
-0
lines changed
  • libs/langgraph-checkpoint-mongodb/tests/integration_tests

1 file changed

+1
-0
lines changed

libs/langgraph-checkpoint-mongodb/tests/integration_tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
@pytest.fixture(scope="session")
1010
def embedding() -> Embeddings:
1111
if os.environ.get("AZURE_OPENAI_ENDPOINT"):
12+
raise ValueError("ALSO REMOVE BEFORE MERGING")
1213
return AzureOpenAIEmbeddings(model="text-embedding-3-small")
1314
if os.environ.get("OPENAI_API_KEY"):
1415
return OpenAIEmbeddings(

0 commit comments

Comments
 (0)