Skip to content

Commit

Permalink
remove not required arguments in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
munagekar committed May 17, 2022
1 parent e14d1ae commit fbceb92
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/unit/aiplatform/test_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -1178,11 +1178,8 @@ def test_deploy_with_autoscaling_target_accelerator_duty_cycle_and_no_accelerato
)
test_endpoint.deploy(
model=test_model,
machine_type=_TEST_MACHINE_TYPE,
service_account=_TEST_SERVICE_ACCOUNT,
sync=sync,
deploy_request_timeout=None,
autoscaling_target_accelerator_duty_cycle=70
autoscaling_target_accelerator_duty_cycle=70,
)

@pytest.mark.usefixtures("get_endpoint_mock", "get_model_mock")
Expand Down

0 comments on commit fbceb92

Please sign in to comment.