8000
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 e670926 commit 9269949Copy full SHA for 9269949
packages/google-cloud-automl/samples/snippets/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