Skip to content

Commit dfad6f8

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
chore: Remove unused global project and region variables in UpdateSkill replay test.
PiperOrigin-RevId: 912680983
1 parent 1f9c8e0 commit dfad6f8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/unit/vertexai/genai/replays/test_skills_update.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
globals_for_file=globals(),
2828
)
2929

30-
PROJECT_ID = os.environ.get("GOOGLE_CLOUD_PROJECT", "srbai-testing")
31-
REGION = "us-central1"
32-
3330

3431
def test_update_skill(client, tmp_path):
3532
# Target the autopush sandbox endpoint for the Skill Registry API

0 commit comments

Comments
 (0)