We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bfad2c commit 1718111Copy full SHA for 1718111
automl/cloud-client/batch_predict_test.py
@@ -37,11 +37,11 @@ def test_batch_predict(capsys):
37
)
38
out, _ = capsys.readouterr()
39
assert (
40
- "The model is either not found or not supported for prediction yet"
+ "does not exist"
41
in out
42
43
except Exception as e:
44
45
46
in e.message
47
0 commit comments