Skip to content

Commit

Permalink
fixup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skyscrapr committed Sep 26, 2024
1 parent 9ac42ea commit d65ec80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openai/assistant_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ func testAccAssistantResourceConfig_tool_file_search(filename string, rName stri
resource openai_file test {
count = 20
filepath = %[1]q
purpose = "assistants"
}
resource openai_vector_store test {
Expand Down Expand Up @@ -387,6 +388,7 @@ func testAccAssistantResourceConfig_tool_complex(filename string, rName string,
return fmt.Sprintf(`
resource openai_file test {
filepath = %[1]q
purpose = "assistants"
}
resource openai_vector_store test {
Expand Down

0 comments on commit d65ec80

Please sign in to comment.