mirror of
https://github.com/bellingcat/vk-url-scraper.git
synced 2026-06-08 03:18:37 +03:00
fix test
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user