File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def test_totuzensi(self):
2424 client1 = TestClient ()
2525 analyze_message ('>< aaa' )(client1 )
2626 client2 = TestClient ()
27- hato .totuzensi (client2 , 'aaa' )
27+ hato .totuzensi (client2 , message = 'aaa' )
2828 self .assertEqual (client1 .get_post_message (),
2929 client2 .get_post_message ())
3030 # self.assertEqual(analyze_message('>< aaa'), hato.totuzensi('aaa'))
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def get_amesh_test(self,
7676 mocker .get (jma_image_url , content = image_content )
7777 mocker .get (osm_image_url , content = image_content )
7878 mocker .get (jma_json_url , content = json_content )
79- amesh (client1 , place )
79+ amesh (client1 , place = place )
8080 return client1
8181
8282 def amesh_upload_png_test (self ,
@@ -157,7 +157,7 @@ def altitude_test(self,
157157 query = '&' .join ([f'{ k } ={ v } ' for k , v in params .items ()])
158158 mocker .get ('https://map.yahooapis.jp/alt/V1/getAltitude?' + query ,
159159 content = json .dumps (content ).encode ())
160- altitude (client1 , place )
160+ altitude (client1 , place = place )
161161 return client1
162162
163163 def test_altitude_with_no_params (self ):
You can’t perform that action at this time.
0 commit comments