Skip to content

Commit

Permalink
Update test_main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaKonshina authored Mar 12, 2024
1 parent 788ce6b commit 061f2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_predict_positive():
json={"text": "I like machine learning!"})
json_data = response.json()
assert response.status_code == 200
assert json_data['label'] == 'Текст позитивный'
assert json_data['text'] == 'Текст позитивный'


def test_predict_negative():
Expand Down

0 comments on commit 061f2eb

Please sign in to comment.