Skip to content

Commit 4ba58b1

Browse files
authored
Update ResponsesTests.cs (Azure#49022)
1 parent 92caa3e commit 4ba58b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk/openai/Azure.AI.OpenAI/tests/ResponsesTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,7 @@ in client.CreateResponseStreamingAsync(inputItems, options))
214214
Assert.That(string.Join(string.Empty, deltaTextSegments), Is.EqualTo(finalResponseText));
215215
}
216216

217-
[Test]
218-
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/49020")]
217+
[RecordedTest]
219218
[TestCase(Gpt4oMiniDeployment)]
220219
[TestCase(ComputerUseDeployment)]
221220
public async Task ResponsesHelloWorldWithTool(string deploymentName)

0 commit comments

Comments
 (0)