Skip to content

Commit 0b8c0e1

Browse files
committed
WTF
1 parent bbc8dca commit 0b8c0e1

File tree

2 files changed

+1
-1
lines changed

2 files 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
@Test
2626
void testMissingClientIdDotenv() {
27-
var dotenv = Dotenv.configure().filename("missingclientid.testenv");
27+
var dotenv = Dotenv.configure().filename("missingClientid.testenv");
2828
var accessor = new AiCoreServiceKeyAccessor(dotenv);
2929
assertThatThrownBy(accessor::getServiceBindings)
3030
.isInstanceOf(ServiceBindingAccessException.class)
File renamed without changes.

0 commit comments

Comments
 (0)