Skip to content

Commit

Permalink
fix arg name
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuyang Deng committed Oct 26, 2020
1 parent 82bff90 commit 037c25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/local/test_dummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def container():

def test_install_requirements(capsys):
estimator = Estimator(
image_name="sagemaker-training-toolkit-test:dummy",
image_uri="sagemaker-training-toolkit-test:dummy",
role="SageMakerRole",
train_instance_count=1,
train_instance_type="local",
Expand Down

0 comments on commit 037c25d

Please sign in to comment.