FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: fix the streaming_automl_action_recognition test with an newly … · googleapis/google-cloud-python@6b880ca · GitHub

Commit 6b880ca

Browse files
authored
test: fix the streaming_automl_action_recognition test with an newly trained model (#391)
1 parent cb379b2 commit 6b880ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packages/google-cloud-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 = "6597443600609443840"
169+
model_id = "6652522536091254784"
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)

Back | FazBrowse Home | New Git URL