diff --git a/tests/plugins/test_hato.py b/tests/plugins/test_hato.py index 4e55f78d72..65701e5445 100644 --- a/tests/plugins/test_hato.py +++ b/tests/plugins/test_hato.py @@ -354,7 +354,9 @@ def test_altitude_with_no_params(self): altitude_content = { "Feature": [{"Property": {"Altitude": altitude_setagaya}}] } - client1 = self.altitude_test(mocker, "", [str(c) for c in reversed(coordinates)], altitude_content) + client1 = self.altitude_test( + mocker, "", [str(c) for c in reversed(coordinates)], altitude_content + ) self.assertEqual( client1.get_post_message(), f"東京都世田谷区の標高は{altitude_setagaya}mっぽ!",