- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for containsReservedMetadata (0.08 seconds)
-
cmd/generic-handlers_test.go
shouldFail: true, }, } func TestContainsReservedMetadata(t *testing.T) { for _, test := range containsReservedMetadataTests { t.Run("", func(t *testing.T) { contains := containsReservedMetadata(test.header) if contains && !test.shouldFail { t.Errorf("contains reserved header but should not fail") } else if !contains && test.shouldFail { t.Errorf("does not contain reserved header but failed")
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 6.2K bytes - Click Count (0)