Skip to content

Commit 4ba222b

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
chore: Remove unused global project and region variables in UpdateSkill replay test
PiperOrigin-RevId: 912733733
1 parent 8578bfd commit 4ba222b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"""Tests the skills.update() method against the Vertex AI endpoint using replays."""
1616

1717
import io
18-
import os
1918
import zipfile
2019

2120
from tests.unit.vertexai.genai.replays import pytest_helper
@@ -27,9 +26,6 @@
2726
globals_for_file=globals(),
2827
)
2928

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

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

0 commit comments

Comments
 (0)