Skip to content

Commit 8670b08

Browse files
committed
fix minor test bugs
1 parent cdb9ab2 commit 8670b08

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

lib/ex_aws/config/defaults.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ defmodule ExAws.Config.Defaults do
5555
host: {"$region", "rds.$region.amazonaws.com"},
5656
region: "us-east-1",
5757
port: 80
58+
],
5859
sns: [
5960
host: "sns.us-east-1.amazonaws.com",
6061
scheme: "https://",

test/lib/ex_aws/kinesis/integration_test.exs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,4 @@ defmodule ExAws.KinesisIntegrationTest do
1010
assert {:ok, %{"HasMoreStreams" => _, "StreamNames" => _}} = Test.Kinesis.list_streams
1111
end
1212

13-
test "#list_streams with jsx and httpotion" do
14-
assert {:ok, %{"HasMoreStreams" => _, "StreamNames" => _}} = Test.KinesisAlt.list_streams
15-
end
16-
1713
end

0 commit comments

Comments
 (0)