Skip to content

Commit

Permalink
Fixed moto dynamodb2 -> dynamodb
Browse files Browse the repository at this point in the history
  • Loading branch information
terricain committed Mar 13, 2022
1 parent 3148ce7 commit b30f160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mock_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def dynamodb2_server():
host = "localhost"
port = 5001
url = "http://{host}:{port}".format(host=host, port=port)
process = start_service('dynamodb2', host, port)
process = start_service('dynamodb', host, port)
yield url
stop_process(process)

Expand Down

0 comments on commit b30f160

Please sign in to comment.