Skip to content

Commit

Permalink
chore: changed model_id for test_action_rec (#315)
Browse files Browse the repository at this point in the history
* chore: changed model_id for test_action_rec

* changed model_id to perm model
  • Loading branch information
galz10 authored and leahecole committed Sep 15, 2023
1 parent 0d74679 commit d614a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion videointelligence/samples/analyze/beta_snippets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d614a3e

Please sign in to comment.