Skip to content

Commit

Permalink
Assign to request.uri not request.url
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffis committed Nov 11, 2015
1 parent 766b54f commit 38ce160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcr_facebook/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def before_record(request):
return request
request.body = _filter_body(request.body)
request.headers = _filter_headers(request.headers)
request.url = _filter_url(request.url)
request.uri = _filter_url(request.uri)
request = filter_multipart_boundary(request)
return request
return before_record
Expand Down

0 comments on commit 38ce160

Please sign in to comment.