fix metadata issues with uppercase letters

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-09-30 16:14:54 +03:00
parent efd9075d9b
commit 9c55b1d06a
3 changed files with 43 additions and 64 deletions

View File

@@ -25,7 +25,7 @@ func TestMetadataDelete(t *testing.T) {
}
ctx := NewContext(context.TODO(), md)
ctx = Delete(ctx, "Baz")
ctx = Del(ctx, "Baz")
emd, ok := FromContext(ctx)
if !ok {