Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Aug 9, 2024
1 parent 3f953d7 commit 0392f8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/redacters/open_ai_llm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ mod tests {
let redacter_options = RedacterOptions {
provider_options: RedacterProviderOptions::OpenAiLlm(OpenAiLlmRedacterOptions {
api_key: test_api_key.clone().into(),
model: None,
}),
allow_unsupported_copies: false,
csv_headers_disable: false,
Expand All @@ -221,6 +222,7 @@ mod tests {
redacter_options,
OpenAiLlmRedacterOptions {
api_key: test_api_key.into(),
model: None,
},
&reporter,
)
Expand Down

0 comments on commit 0392f8d

Please sign in to comment.