diff --git a/spec/langchain/llm/azure_spec.rb b/spec/langchain/llm/azure_spec.rb index b66ef9e8d..5562faea5 100644 --- a/spec/langchain/llm/azure_spec.rb +++ b/spec/langchain/llm/azure_spec.rb @@ -53,7 +53,7 @@ ) end - it "updates chat_parameters with correct arguments", focus: true do + it "updates chat_parameters with correct arguments" do expect(subject.chat_parameters[:model]).to eq("gpt-4o-mini") expect(subject.chat_parameters[:n]).to eq(2) expect(subject.chat_parameters[:temperature]).to eq(0.5)