Skip to content

Commit

Permalink
Merge branch 'fix-2561-bug_walla_scraping' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
EliorGigi committed Mar 4, 2024
2 parents 2a9049f + 6f73435 commit 16f627e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_news_flash.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ def test_scrape_walla():
# Reuters is marked differently than Walla's authors
items_expected = [
NewsFlash(
date=datetime.datetime(2024, 3, 4, 11, 36, tzinfo=timezones.ISREAL_SUMMER_TIMEZONE),
date=datetime.datetime(2024, 3, 4, 12, 36, tzinfo=timezones.ISREAL_SUMMER_TIMEZONE),
title="ההתרעה על חדירת כלי טיס עוין -התרעת שווא",
link="https://news.walla.co.il/break/3648139",
source="walla",
author="אלי אשכנזי",
description="ההתרעה שהתקבלה לפני זמן קצר בישובי הגליל העליון על חדירת כלי טיס עוין הינה התרעת שווא.",
),
NewsFlash(
date=datetime.datetime(2024, 3, 3, 13, 52, tzinfo=timezones.ISREAL_SUMMER_TIMEZONE),
date=datetime.datetime(2024, 3, 3, 14, 52, tzinfo=timezones.ISREAL_SUMMER_TIMEZONE),
title="ראש הממשלה ביטל את הדיון בוועדת חוץ וביטחון בשל שפעת",
link="https://news.walla.co.il/break/3647947",
source="walla",
Expand Down

0 comments on commit 16f627e

Please sign in to comment.