Skip to content

Commit

Permalink
Update to a newer dynamodb-local container
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Kalafut committed Jun 15, 2018
1 parent 6a976df commit 5c7cf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physical/dynamodb/dynamodb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ func prepareDynamoDBTestContainer(t *testing.T) (cleanup func(), retAddress stri
t.Fatalf("Failed to connect to docker: %s", err)
}

resource, err := pool.Run("deangiberson/aws-dynamodb-local", "latest", []string{})
resource, err := pool.Run("cnadiminti/dynamodb-local", "latest", []string{})
if err != nil {
t.Fatalf("Could not start local DynamoDB: %s", err)
}
Expand Down

0 comments on commit 5c7cf69

Please sign in to comment.