Skip to content

Commit 79dbe1f

Browse files
fix spec
1 parent 0a0a662 commit 79dbe1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/line/bot/client_get_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"userId": "Ufr47556f2e40dba2456887320ba7c76d",
195195
"basicId": "@abcdefghijklmn",
196196
"displayName": "Example",
197-
"pictureUrl": "https://obs.line-apps.com/abcdefghijklmn",
197+
"pictureUrl": "https://example.com/hogehoge",
198198
"chatMode": "chat",
199199
"markAsReadMode": "manual"
200200
}
@@ -477,7 +477,7 @@ def generate_client
477477
userId: 'Ufr47556f2e40dba2456887320ba7c76d',
478478
basicId: '@abcdefghijklmn',
479479
displayName: 'Example',
480-
pictureUrl: 'https://obs.line-apps.com/abcdefghijklmn',
480+
pictureUrl: 'https://example.com/hogehoge',
481481
chatMode: 'chat',
482482
markAsReadMode: 'manual'
483483
)

0 commit comments

Comments
 (0)