Skip to content

Commit f013b6a

Browse files
authored
chore: changed model_id for test_action_rec (#315)
* chore: changed model_id for test_action_rec * changed model_id to perm model
1 parent 2a310db commit f013b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videointelligence/samples/analyze/beta_snippets_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def test_streaming_automl_object_tracking(capsys, video_path):
166166
@pytest.mark.flaky(max_runs=3, min_passes=1)
167167
def test_streaming_automl_action_recognition(capsys, video_path):
168168
project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
169-
model_id = "2509833202491719680"
169+
model_id = "6597443600609443840"
170170
beta_snippets.streaming_automl_action_recognition(video_path, project_id, model_id)
171171
out, _ = capsys.readouterr()
172172
assert "segment" in out

0 commit comments

Comments
 (0)