Skip to content

Commit 0e4f10b

Browse files
committed
F
1 parent ca94f80 commit 0e4f10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ void testValidDotenv() {
2424
}
2525

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

0 commit comments

Comments
 (0)