Skip to content

Commit eb31be2

Browse files
lint
1 parent 5536859 commit eb31be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/openai_agents/basic/test_non_strict_output_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
def non_strict_output_test_model():
1818
# NOTE: AgentOutputSchema (used in the workflow definition), has a schema where the outer
19-
# object must be "response". Therefore, mocked model responses must use "response", just as the real model does.
19+
# object must be "response". Therefore, mocked model responses must use "response", just as the real model does.
2020
return TestModel.returning_responses(
2121
[
2222
ResponseBuilders.output_message(

0 commit comments

Comments
 (0)