aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3_granular_action_security_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/s3api/s3_granular_action_security_test.go')
-rw-r--r--weed/s3api/s3_granular_action_security_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/s3api/s3_granular_action_security_test.go b/weed/s3api/s3_granular_action_security_test.go
index 29f1f20db..404638d14 100644
--- a/weed/s3api/s3_granular_action_security_test.go
+++ b/weed/s3api/s3_granular_action_security_test.go
@@ -127,7 +127,7 @@ func TestGranularActionMappingSecurity(t *testing.T) {
tt.name, tt.description, tt.problemWithOldMapping, tt.granularActionResult, result)
// Log the security improvement
- t.Logf("✅ SECURITY IMPROVEMENT: %s", tt.description)
+ t.Logf("SECURITY IMPROVEMENT: %s", tt.description)
t.Logf(" Problem Fixed: %s", tt.problemWithOldMapping)
t.Logf(" Granular Action: %s", result)
})
@@ -197,7 +197,7 @@ func TestBackwardCompatibilityFallback(t *testing.T) {
"Backward Compatibility Test: %s\nDescription: %s\nExpected: %s, Got: %s",
tt.name, tt.description, tt.expectedResult, result)
- t.Logf("✅ COMPATIBILITY: %s - %s", tt.description, result)
+ t.Logf("COMPATIBILITY: %s - %s", tt.description, result)
})
}
}