aboutsummaryrefslogtreecommitdiff
path: root/test/s3/sse/sse_kms_openbao_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/s3/sse/sse_kms_openbao_test.go')
-rw-r--r--test/s3/sse/sse_kms_openbao_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/s3/sse/sse_kms_openbao_test.go b/test/s3/sse/sse_kms_openbao_test.go
index 6360f6fad..b7606fe6a 100644
--- a/test/s3/sse/sse_kms_openbao_test.go
+++ b/test/s3/sse/sse_kms_openbao_test.go
@@ -169,7 +169,7 @@ func TestSSEKMSOpenBaoAvailability(t *testing.T) {
t.Skipf("OpenBao KMS not available for testing: %v", err)
}
- t.Logf("✅ OpenBao KMS is available and working")
+ t.Logf("OpenBao KMS is available and working")
// Verify we can retrieve the object
getResp, err := client.GetObject(ctx, &s3.GetObjectInput{
@@ -180,5 +180,5 @@ func TestSSEKMSOpenBaoAvailability(t *testing.T) {
defer getResp.Body.Close()
assert.Equal(t, types.ServerSideEncryptionAwsKms, getResp.ServerSideEncryption)
- t.Logf("✅ KMS encryption/decryption working correctly")
+ t.Logf("KMS encryption/decryption working correctly")
}