We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614a7a1 commit ed90b2dCopy full SHA for ed90b2d
spec/line/bot/liff_spec.rb
@@ -48,7 +48,7 @@
48
49
response = client.update_liff_app('1234567-abcdefgh', JSON.parse(LIFF_APP_CONTENT))
50
expect(WebMock).to have_requested(:put, LIFF_ENDPOINT + '/liff/v1/apps/1234567-abcdefgh')
51
- .with(body: JSON.parse(LIFF_APP_CONTENT).to_json)
+ .with(body: JSON.parse(LIFF_APP_CONTENT).to_json)
52
expect(response.body).to eq LIFF_APP_CONTENT
53
end
54
0 commit comments