8000 fix sentiment sample test · niralkk/python-docs-samples@b10c9bf · GitHub
[go: up one dir, main page]

Skip to content

Commit b10c9bf

Browse files
fix sentiment sample test
1 parent 690dbb0 commit b10c9bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

language/automl/predict_sentiment_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323

2424

2525
def test_predict(capsys):
26-
model_id = "TST1437557839962943837"
26+
model_id = "TST8532792392862639819"
2727
automl_natural_language_predict.predict(
2828
project_id, compute_region, model_id, "resources/test_sentiment.txt"
2929
)
3030
out, _ = capsys.readouterr()
31-
assert "2" in out
31+
assert "0.0" in out

0 commit comments

Comments
 (0)
0