Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

Commit

Permalink
fixed a bug where placeholder uris weren't properly used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattetti committed Jan 11, 2012
1 parent aedfc8d commit 7c53005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helpers.rb
Expand Up @@ -39,7 +39,7 @@ def request(verb, uri, params={})
end

response = Requester.new.send(verb, uri, params)
@json_response = JsonWrapperResponse.new(response, :verb => verb, :uri => uri)
@json_response = JsonWrapperResponse.new(response, :verb => verb, :uri => service_uri)
end

def get(uri, params=nil)
Expand Down

0 comments on commit 7c53005

Please sign in to comment.