Skip to content

Commit

Permalink
Update ballerina/tests/test.bal
Browse files Browse the repository at this point in the history
Co-authored-by: Nipuna Ransinghe  <[email protected]>
  • Loading branch information
KATTA-00 and NipunaRanasinghe authored Aug 14, 2024
1 parent 8110079 commit b66a521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/tests/test.bal
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ string fileId = "";
string jobId = "";

@test:Config {
groups: ["Models", "live_tests", "mock_tests"]
groups: ["models", "live_tests", "mock_tests"]
}
function testListModels() returns error? {
ListModelsResponse modelsResponse = check openAIFinetunes->/models.get();
Expand Down

0 comments on commit b66a521

Please sign in to comment.