Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gleber committed Jan 28, 2013
1 parent a82d697 commit 10b63d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/erlcloud_aws_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ get_url_from_history([{_, {httpc, request, [Url]}, _}]) ->
Url.

test_url(ExpScheme, ExpHost, ExpPort, ExpPath, Url) ->
{Scheme, _UserInfo, Host, Port, Path, _Query} = http_uri:parse(Url),
{ok, {Scheme, _UserInfo, Host, Port, Path, _Query}} = http_uri:parse(Url),
[?_assertEqual(ExpScheme, Scheme),
?_assertEqual(ExpHost, Host),
?_assertEqual(ExpPort, Port),
Expand Down

0 comments on commit 10b63d3

Please sign in to comment.