Skip to content

Commit e8a6fdf

Browse files
author
Simon Zelazny
committed
Cleanup commented debris
1 parent 3e83d8b commit e8a6fdf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/erlcloud_sns_tests.erl

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ sns_publish_test_() ->
1515
]}.
1616

1717
start() ->
18-
%% meck:new(erlcloud_aws, [passthrough]),
19-
%% meck:expect(erlcloud_aws, aws_request_xml2,
20-
%% fun(_,_,_,_,_,_,_) -> mock_response() end).
2118
meck:new(erlcloud_httpc),
2219
meck:expect(erlcloud_httpc, request,
2320
fun(_,_,_,_,_,_) -> mock_httpc_response() end).

0 commit comments

Comments
 (0)