Skip to content

Commit

Permalink
Run integration tests for PRs (#823)
Browse files Browse the repository at this point in the history
* Unbreak integration tests

* Update integration-tests.yml
  • Loading branch information
HaraldNordgren committed Aug 9, 2024
1 parent 6439e1f commit 1880333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func TestChatCompletionResponseFormat_JSONSchema(t *testing.T) {
},
ResponseFormat: &openai.ChatCompletionResponseFormat{
Type: openai.ChatCompletionResponseFormatTypeJSONSchema,
JSONSchema: openai.ChatCompletionResponseFormatJSONSchema{
JSONSchema: &openai.ChatCompletionResponseFormatJSONSchema{
Name: "cases",
Schema: jsonschema.Definition{
Type: jsonschema.Object,
Expand Down

0 comments on commit 1880333

Please sign in to comment.