Skip to content
Snippets Groups Projects
Commit 637cb0bb authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

make ruff happy again

parent 863f0a66
No related branches found
No related tags found
1 merge request!214make lat and long string
Pipeline #86760 passed
...@@ -233,7 +233,7 @@ def test_import_site_with_invalid_data(mock_start_process, site_data, capfd): ...@@ -233,7 +233,7 @@ def test_import_site_with_invalid_data(mock_start_process, site_data, capfd):
) )
assert ( assert (
"""site_longitude """site_longitude
Value error, Invalid longitude coordinate. Valid examples: '40.7128', '-74.0060', '180', '-180', '0'. [type=value_error, input_value='broken', input_type=str]""" Value error, Invalid longitude coordinate. Valid examples: '40.7128', '-74.0060', '180', '-180', '0'. [type=value_e"""
in captured_output in captured_output
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment