From b66a521d2cd407e421569cdb0ef6dea895f35ea0 Mon Sep 17 00:00:00 2001 From: Kanishka Gunawardana <83855665+KATTA-00@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:32:30 +0530 Subject: [PATCH] Update ballerina/tests/test.bal Co-authored-by: Nipuna Ransinghe --- ballerina/tests/test.bal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/tests/test.bal b/ballerina/tests/test.bal index f89bd91..56f469d 100644 --- a/ballerina/tests/test.bal +++ b/ballerina/tests/test.bal @@ -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();