Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
msramalho committed Jun 17, 2022
1 parent 8fb1b02 commit b632898
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/scraper_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def test_scrape_video_only():
assert len(res[0]["payload"]) == 31
assert len(res[0]["attachments"].keys()) == 1
assert list(res[0]["attachments"].keys()) == ["video"]
assert "G4YDIOBUGQ3DKMQ" in res[0]["attachments"]["video"][0]


def test_scrape_video_only2():
Expand Down

0 comments on commit b632898

Please sign in to comment.