From 637cb0bbb61da8f0f1111d7821e7778100f06196 Mon Sep 17 00:00:00 2001 From: Mohammad Torkashvand <mohammad.torkashvand@geant.org> Date: Fri, 10 May 2024 12:44:26 +0200 Subject: [PATCH] make ruff happy again --- test/cli/test_imports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cli/test_imports.py b/test/cli/test_imports.py index 9b249884..3cd45db7 100644 --- a/test/cli/test_imports.py +++ b/test/cli/test_imports.py @@ -233,7 +233,7 @@ def test_import_site_with_invalid_data(mock_start_process, site_data, capfd): ) assert ( """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 ) -- GitLab