Skip to content

Commit 658781f

Browse files
author
Shoya Shiraki
authored
fix deprecated url scheme in test code (#251)
1 parent 06e0eae commit 658781f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/api/test_rich_menu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def setUp(self):
5353
height=843
5454
),
5555
URITemplateAction(
56-
uri='line://nv/location'
56+
uri='https://line.me/R/nv/location/'
5757
)
5858
)
5959
]
@@ -139,7 +139,7 @@ def test_create_rich_menu(self):
139139
height=843
140140
),
141141
URITemplateAction(
142-
uri='line://nv/location'
142+
uri='https://line.me/R/nv/location/'
143143
)
144144
)
145145
]

0 commit comments

Comments
 (0)