Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
atalyaalon committed Dec 20, 2024
1 parent 8f2bbb5 commit 402cb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_request_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 402cb0f

Please sign in to comment.