Skip to content

Commit

Permalink
Build fix, remove unused pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
CYarros10 committed Dec 13, 2024
1 parent 981548e commit 73f5b76
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions providers/tests/google/cloud/sensors/test_vertex_ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,3 @@ def test_timeout_during_error(self, mock_hook):
match=f"Timeout: Feature View sync {FEATURE_VIEW_SYNC_NAME} not completed after 300s",
):
sensor.poke(context={})

def test_missing_location(self):
with pytest.raises(TypeError, match="missing keyword argument 'location'"):
FeatureViewSyncSensor(
task_id=TASK_ID,
feature_view_sync_name=FEATURE_VIEW_SYNC_NAME,
gcp_conn_id=GCP_CONN_ID,
timeout=TIMEOUT,
)

0 comments on commit 73f5b76

Please sign in to comment.