diff --git a/ohsome/test/test_exceptions.py b/ohsome/test/test_exceptions.py index b30e7f0..37a4577 100644 --- a/ohsome/test/test_exceptions.py +++ b/ohsome/test/test_exceptions.py @@ -44,10 +44,7 @@ def test_timeout_error(base_client): def test_broken_response_timeout_error(base_client): - """ - Test whether an OhsomeException is raised, if the ohsome API contains a JSONDecodeError - :return: - """ + """Test whether an OhsomeException is raised in case of a JSONDecodeError.""" bboxes = "8.67066,49.41423,8.68177,49.4204" time = "2010-01-01/2011-01-01/P1Y"