From 402cb0f383b5637fdf20374e4b211555cc06d73c Mon Sep 17 00:00:00 2001 From: Atalya Alon Date: Fri, 20 Dec 2024 16:08:20 +0200 Subject: [PATCH] fix text --- tests/test_request_params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_request_params.py b/tests/test_request_params.py index 4f7ac957..aa7f7a78 100644 --- a/tests/test_request_params.py +++ b/tests/test_request_params.py @@ -45,7 +45,7 @@ class TestRequestParams(unittest.TestCase): lang='he', news_flash_description=nf.description, news_flash_title=nf.title, - gps={"lat": None, "lon": None} + gps={} ) @patch("anyway.request_params.fill_missing_non_urban_intersection_values")