Skip to content

Commit 902bf70

Browse files
committed
make path relative
1 parent 228ae22 commit 902bf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alloydb/notebooks/e2e_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ async def test_embeddings_batch_processing(
7676
) -> None:
7777
# Populate the table with embeddings by running the notebook
7878
conftest.run_notebook(
79-
"alloydb/notebooks/embeddings_batch_processing.ipynb",
79+
"embeddings_batch_processing.ipynb",
8080
variables={
8181
"project_id": project_id,
8282
"cluster_name": cluster_name,

0 commit comments

Comments
 (0)