Skip to content

Commit 751cfb5

Browse files
committed
fixup integrate
1 parent 74e3d0c commit 751cfb5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

spec/routes/auto_source_spec.rb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,9 @@ def app = described_class
8282

8383
context 'when strategy is not registered' do
8484
subject(:response) do
85-
VCR.use_cassette 'auto_source-h2r-web' do
86-
get "/auto_source/#{Base64.urlsafe_encode64('https://github.com/html2rss/html2rss-web')}?strategy=nope",
87-
{},
88-
request_headers.merge('HTTP_AUTHORIZATION' => basic_authorize(username, password))
89-
end
85+
get "/auto_source/#{Base64.urlsafe_encode64('https://github.com/html2rss/html2rss-web')}?strategy=nope",
86+
{},
87+
request_headers.merge('HTTP_AUTHORIZATION' => basic_authorize(username, password))
9088
end
9189

9290
it 'responds with 500 Internal Server Error', :aggregate_failures do

0 commit comments

Comments
 (0)