Autofix Rubocop Style/TrailingCommaInArguments (#23694)
This commit is contained in:
parent
ab7816a414
commit
c38bd17657
4 changed files with 8 additions and 18 deletions
|
@ -18,7 +18,7 @@ describe FetchOEmbedService, type: :service do
|
|||
stub_request(:get, 'https://www.youtube.com/watch?v=IPSbNdBmWKE').to_return(
|
||||
status: 200,
|
||||
headers: { 'Content-Type': 'text/html' },
|
||||
body: request_fixture('oembed_youtube.html'),
|
||||
body: request_fixture('oembed_youtube.html')
|
||||
)
|
||||
stub_request(:get, 'https://www.youtube.com/oembed?format=json&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DIPSbNdBmWKE').to_return(
|
||||
status: 200,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue