From 628545a40b6ed10bf6ff3f0e0b82c1b9daf7ef28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 12:49:38 +0000 Subject: [PATCH] =?UTF-8?q?format=E3=81=8C=E9=96=93=E9=81=95=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=9F=E3=81=AE=E3=81=A7=E7=9B=B4=E3=81=97=E3=81=A6?= =?UTF-8?q?=E3=81=82=E3=81=92=E3=81=9F=E3=82=88=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/plugins/test_hato.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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っぽ!",