Skip to content

Commit

Permalink
Update ballerina/tests/test.bal
Browse files Browse the repository at this point in the history
Co-authored-by: Ayesh Almeida <[email protected]>
  • Loading branch information
KATTA-00 and ayeshLK authored Aug 12, 2024
1 parent 208328d commit cfa31e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ballerina/tests/test.bal
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ isolated function testDeleteModel(TestData testData) returns error? {
test:assertTrue(modelResponseDelete.hasKey("object"), "Response does not have the key 'object'");
}

// Files
// Test case to list all files.
@test:Config {}
@test:Config {
groups: ["Files"]
}
isolated function testListFiles() returns error? {

ListFilesResponse filesResponse = check openaiFinetunes->/files.get();
Expand Down

0 comments on commit cfa31e1

Please sign in to comment.