diff --git a/video/cloud-client/analyze/video_detect_faces_beta_test.py b/video/cloud-client/analyze/video_detect_faces_beta_test.py index 175f2b483618..5a4ef9a950f9 100644 --- a/video/cloud-client/analyze/video_detect_faces_beta_test.py +++ b/video/cloud-client/analyze/video_detect_faces_beta_test.py @@ -30,4 +30,3 @@ def test_detect_faces(capsys): out, _ = capsys.readouterr() assert "Face detected:" in out - assert "Attributes:" in out diff --git a/video/cloud-client/analyze/video_detect_faces_gcs_beta_test.py b/video/cloud-client/analyze/video_detect_faces_gcs_beta_test.py index e4f666aeb959..3adecf604dd1 100644 --- a/video/cloud-client/analyze/video_detect_faces_gcs_beta_test.py +++ b/video/cloud-client/analyze/video_detect_faces_gcs_beta_test.py @@ -30,4 +30,3 @@ def test_detect_faces(capsys): out, _ = capsys.readouterr() assert "Face detected:" in out - assert "Attributes:" in out