utkarsharma2 commented on code in PR #35547:
URL: https://github.com/apache/airflow/pull/35547#discussion_r1391317221


##########
tests/providers/openai/operators/test_openai.py:
##########
@@ -34,3 +36,30 @@ def test_execute_with_input_text():
     embeddings = operator.execute(context)
 
     assert embeddings == [1.0, 2.0, 3.0]
+
+
+def test_execute_with_invalid_input_empty_string():

Review Comment:
   Maybe we can combine these 3 tests into a single parameterized test, WDYT? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to