Skip to content

Commit ed90b2d

Browse files
committed
fix rubocop
1 parent 614a7a1 commit ed90b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/line/bot/liff_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
response = client.update_liff_app('1234567-abcdefgh', JSON.parse(LIFF_APP_CONTENT))
5050
expect(WebMock).to have_requested(:put, LIFF_ENDPOINT + '/liff/v1/apps/1234567-abcdefgh')
51-
.with(body: JSON.parse(LIFF_APP_CONTENT).to_json)
51+
.with(body: JSON.parse(LIFF_APP_CONTENT).to_json)
5252
expect(response.body).to eq LIFF_APP_CONTENT
5353
end
5454

0 commit comments

Comments
 (0)