From f013b6a5a61c894c1e668be0dbde5cc13006459b Mon Sep 17 00:00:00 2001 From: Gal Zahavi <38544478+galz10@users.noreply.github.com> Date: Mon, 25 Apr 2022 13:58:22 -0700 Subject: [PATCH] chore: changed model_id for test_action_rec (#315) * chore: changed model_id for test_action_rec * changed model_id to perm model --- videointelligence/samples/analyze/beta_snippets_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/videointelligence/samples/analyze/beta_snippets_test.py b/videointelligence/samples/analyze/beta_snippets_test.py index f4d71d23e9b2..2bca7a3f4da8 100644 --- a/videointelligence/samples/analyze/beta_snippets_test.py +++ b/videointelligence/samples/analyze/beta_snippets_test.py @@ -166,7 +166,7 @@ def test_streaming_automl_object_tracking(capsys, video_path): @pytest.mark.flaky(max_runs=3, min_passes=1) def test_streaming_automl_action_recognition(capsys, video_path): project_id = os.environ["GOOGLE_CLOUD_PROJECT"] - model_id = "2509833202491719680" + model_id = "6597443600609443840" beta_snippets.streaming_automl_action_recognition(video_path, project_id, model_id) out, _ = capsys.readouterr() assert "segment" in out