This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 102ce86e1fc9760f7d56cdb99744b7f9c1d9c44f Author: Martin Olšiak <56640450+realmarti...@users.noreply.github.com> AuthorDate: Thu Apr 13 12:56:12 2023 +0200 Chore: jvm/keystore_test misleading comment Changed misleading comment for one of the tests --- pkg/util/jvm/keystore_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/jvm/keystore_test.go b/pkg/util/jvm/keystore_test.go index 0b570ae84..6e09a2b9d 100644 --- a/pkg/util/jvm/keystore_test.go +++ b/pkg/util/jvm/keystore_test.go @@ -39,7 +39,7 @@ func TestGenerateKeystore(t *testing.T) { err = GenerateKeystore(ctx, "", "/tmp/keystore", NewKeystorePassword(), data) assert.NotNil(t, err) - // Incorrect input format + // Incorrect password format err = GenerateKeystore(ctx, "", "/tmp/keystore", "", data) assert.NotNil(t, err)