Skip to content

Commit ad87c12

Browse files
committed
Fix duplicaiton
1 parent 37cf20d commit ad87c12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/spring-ai-openai/src/test/java/org/springframework/ai/openai/chat/proxy/PerplexityWithOpenAiChatModelIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ void mapOutputConverter() {
185185
assertThat(result.get("numbers")).isEqualTo(Arrays.asList(1, 2, 3, 4, 5, 6, 7, 8, 9));
186186
}
187187

188-
@Disabled()
189188
@Test
190189
@Disabled("Perplexity gets confused with the 'Generate the filmography for a random actor.' prompt")
191190
void beanOutputConverter() {

0 commit comments

Comments
 (0)