Skip to content

Commit 7fdafe7

Browse files
committed
Fix test comments and script location
1 parent 95a3887 commit 7fdafe7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/contrib/tasks/test_vertex_task_store.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
unless the necessary environment variables are set, which prevents them from failing in GitHub Actions.
66
77
To run these tests locally, you can use the provided script:
8-
./scripts/run_vertex_tests.sh
8+
./run_vertex_tests.sh
99
10-
Alternatively, you can set the environment variables manually and run pytest:
10+
Be sure to set the following environment variables:
1111
VERTEX_PROJECT="your-project" \
1212
VERTEX_LOCATION="your-location" \
1313
VERTEX_BASE_URL="your-base-url" \

0 commit comments

Comments
 (0)