Skip to content

Commit ca94f80

Browse files
committed
Formatting
1 parent 5415616 commit ca94f80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/test/java/com/sap/ai/sdk/core/AiCoreServiceKeyAccessorTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import com.sap.cloud.environment.servicebinding.api.exception.ServiceBindingAccessException;
77
import io.github.cdimascio.dotenv.Dotenv;
88
import java.util.Map;
9-
109
import org.junit.jupiter.api.Disabled;
1110
import org.junit.jupiter.api.Test;
1211

@@ -24,7 +23,8 @@ void testValidDotenv() {
2423
.containsEntry("serviceurls", Map.of("AI_API_URL", "https://api.ai.sap"));
2524
}
2625

27-
@Disabled("Doesn't work on GitHub action runner for unknown reasons. Probably a bug in the dotenv library related to OS or JDK version.")
26+
@Disabled(
27+
"Doesn't work on GitHub action runner for unknown reasons. Probably a bug in the dotenv library related to OS or JDK version.")
2828
@Test
2929
void testMissingClientIdDotenv() {
3030
var dotenv = Dotenv.configure().filename("missingClientId.testenv");

0 commit comments

Comments
 (0)