Autofix Rubocop Style/TrailingCommaInArguments (#23694)

This commit is contained in:
Nick Schonning
2023-02-18 06:39:58 -05:00
committed by GitHub
parent ab7816a414
commit c38bd17657
4 changed files with 8 additions and 18 deletions

View File

@@ -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,