From b63289829c13213cb46f3fd02a9ee854d83e8ab1 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:05:56 +0200 Subject: [PATCH] fix test --- tests/scraper_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/scraper_test.py b/tests/scraper_test.py index c314098..7a937a7 100644 --- a/tests/scraper_test.py +++ b/tests/scraper_test.py @@ -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():