We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca94f80 commit 0e4f10bCopy full SHA for 0e4f10b
core/src/test/java/com/sap/ai/sdk/core/AiCoreServiceKeyAccessorTest.java
@@ -24,7 +24,7 @@ void testValidDotenv() {
24
}
25
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.")
+ "Doesn't work on GitHub action runner for unknown reasons. Probably a bug in the dotenv library related to the OS or JDK version.")
28
@Test
29
void testMissingClientIdDotenv() {
30
var dotenv = Dotenv.configure().filename("missingClientId.testenv");
0 commit comments