File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
sample-code/spring-app/src/test/java/com/sap/ai/sdk/app/controllers Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 22
33import static org .assertj .core .api .Assertions .assertThat ;
44
5- import com .google .common .reflect .Reflection ;
65import com .sap .ai .sdk .core .model .AiModelBaseData ;
76import com .sap .ai .sdk .foundationmodels .openai .OpenAiModel ;
87import java .lang .reflect .Field ;
98import java .util .ArrayList ;
10- import java .util .Arrays ;
119import java .util .List ;
1210import lombok .SneakyThrows ;
1311import org .junit .jupiter .api .DisplayName ;
1412import org .junit .jupiter .api .Test ;
15- import org .junit .jupiter .api .condition .DisabledIfSystemProperty ;
1613
1714class ScenarioTest {
1815
1916 @ Test
20- @ DisplayName ("Declared OpenAI models must be superset of our AI Core account's available OpenAI models" )
17+ @ DisplayName (
18+ "Declared OpenAI models must be superset of our AI Core account's available OpenAI models" )
2119 @ SneakyThrows
2220 void openAiModelAvailability () {
2321
You can’t perform that action at this time.
0 commit comments