Skip to content

Commit d831973

Browse files
Fix failing test provisionally
1 parent 8271b40 commit d831973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/features/examples/intercept_request_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
end
88

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

0 commit comments

Comments
 (0)