Skip to content

Commit 1c94fdb

Browse files
Yoni-Weisbergclaude
authored andcommitted
test(kafka-connect): use generic assertion message in KafkaConnectApiFactoryTest
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e3c543f commit 1c94fdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

providers/jikkou-provider-kafka-connect/src/test/java/io/jikkou/kafka/connect/api/KafkaConnectApiFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ void shouldBuildBasicAuthHeaderFromActualCredentials() throws InterruptedExcepti
6464
.encodeToString("alice:secret".getBytes(StandardCharsets.UTF_8));
6565
// result should correspond to base64 encoded string "alice:secret" prefixed with "Basic"
6666
Assertions.assertEquals("Basic " + expectedCredentials, authorization,
67-
"Authorization header must encode the actual credentials, not the Supplier toString()");
67+
"Authorization header must contain the base64-encoded credentials");
6868
}
6969
}

0 commit comments

Comments
 (0)