Skip to content

Commit

Permalink
fixup! #276 Deprecate DataCube.send_job in favor of `DataCube.creat…
Browse files Browse the repository at this point in the history
…e_job`
  • Loading branch information
soxofaan committed Mar 15, 2022
1 parent bb58ab9 commit f9141c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rest/datacube/test_mlmodel.py
Expand Up @@ -73,5 +73,5 @@ def post_jobs(request, context):

requests_mock.post(API_URL + "/jobs", json=post_jobs)

job = ml_model.send_job(title="Random forest")
job = ml_model.create_job(title="Random forest")
assert job.job_id == "job-rf"

0 comments on commit f9141c0

Please sign in to comment.