Skip to content

Commit 0810afa

Browse files
committed
fix
1 parent 3df3e49 commit 0810afa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

langchain/tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ def pipeline_id(api_client: v.ApiClient, org_id: str) -> Iterator[str]:
148148
),
149149
)
150150
pipeline_id = pipeline_response.data.id
151-
logging.info("Created pipeline %s", pipeline_id)
152151

153152
# Wait for the pipeline to be created
154153
request = RetrieveDocumentsRequest(
@@ -171,6 +170,8 @@ def pipeline_id(api_client: v.ApiClient, org_id: str) -> Iterator[str]:
171170
raise RuntimeError(msg)
172171
time.sleep(1)
173172

173+
logging.info("Created pipeline %s", pipeline_id)
174+
174175
yield pipeline_id
175176

176177
try:

0 commit comments

Comments
 (0)