From 4ba222b6d641d995a354ec94075ca7e52dbf6f1f Mon Sep 17 00:00:00 2001 From: A Vertex SDK engineer Date: Fri, 8 May 2026 15:49:51 -0700 Subject: [PATCH] chore: Remove unused global project and region variables in UpdateSkill replay test PiperOrigin-RevId: 912733733 --- tests/unit/vertexai/genai/replays/test_skills_update.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/unit/vertexai/genai/replays/test_skills_update.py b/tests/unit/vertexai/genai/replays/test_skills_update.py index f001be7d08..6d72897989 100644 --- a/tests/unit/vertexai/genai/replays/test_skills_update.py +++ b/tests/unit/vertexai/genai/replays/test_skills_update.py @@ -15,7 +15,6 @@ """Tests the skills.update() method against the Vertex AI endpoint using replays.""" import io -import os import zipfile from tests.unit.vertexai.genai.replays import pytest_helper @@ -27,9 +26,6 @@ globals_for_file=globals(), ) -PROJECT_ID = os.environ.get("GOOGLE_CLOUD_PROJECT", "srbai-testing") -REGION = "us-central1" - def test_update_skill(client, tmp_path): # Target the autopush sandbox endpoint for the Skill Registry API