diff --git a/jobs/label_misinformation/app/country.py b/jobs/label_misinformation/app/country.py index 1941a98..35dca2c 100644 --- a/jobs/label_misinformation/app/country.py +++ b/jobs/label_misinformation/app/country.py @@ -277,7 +277,7 @@ def verify_language(self, language: str): name="prod", code="prod", language="all", - countries=[BRAZIL_COUNTRY, FRANCE_COUNTRY], + countries=[FRANCE_COUNTRY], ) diff --git a/jobs/label_misinformation/tests/test_country.py b/jobs/label_misinformation/tests/test_country.py index 84c9de6..eb82437 100644 --- a/jobs/label_misinformation/tests/test_country.py +++ b/jobs/label_misinformation/tests/test_country.py @@ -45,7 +45,7 @@ def test_country_collection_presets(): name="prod", code="prod", language="all", - countries=[BRAZIL_COUNTRY, FRANCE_COUNTRY], + countries=[FRANCE_COUNTRY], ) @@ -68,4 +68,4 @@ def test_no_whisper_channels(): country = BELGIUM_COUNTRY assert "CANALC" in country.channels_no_whisper country = GERMANY_COUNTRY - assert "daserste" in country.channels_no_whisper \ No newline at end of file + assert "daserste" in country.channels_no_whisper