Skip to content

Commit

Permalink
chore: fixes flaky test
Browse files Browse the repository at this point in the history
fixes #4794
  • Loading branch information
danoscarmike committed Oct 6, 2020
1 parent f6ad120 commit f050426
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion video/cloud-client/analyze/video_detect_faces_beta_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ def test_detect_faces(capsys):
out, _ = capsys.readouterr()

assert "Face detected:" in out
assert "Attributes:" in out

0 comments on commit f050426

Please sign in to comment.