Skip to content

Commit

Permalink
Fix failing test provisionally
Browse files Browse the repository at this point in the history
  • Loading branch information
wynksaiddestroy committed Jul 5, 2024
1 parent 8271b40 commit d831973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/examples/intercept_request_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
end

it 'should intercept a GET request directly' do
stub = proxy.stub('http://example.com/').and_return(
stub = proxy.stub('https://example.com:443/').and_return(
headers: { 'Access-Control-Allow-Origin' => '*' },
code: 200
)
Expand Down

0 comments on commit d831973

Please sign in to comment.