From 98693d74141b4571c49edbcc318f322ffd6cd78b Mon Sep 17 00:00:00 2001 From: MRG FOSS Date: Sat, 16 Mar 2024 11:04:59 +0100 Subject: [PATCH] fixup! Support the `projection` parameter in `getObject` Formatting --- fakestorage/object_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/fakestorage/object_test.go b/fakestorage/object_test.go index 972df9c685..72b11f2552 100644 --- a/fakestorage/object_test.go +++ b/fakestorage/object_test.go @@ -1904,7 +1904,6 @@ func TestServerClientObjectProjection(t *testing.T) { } if !strings.Contains(respJsonErrorBody.Error.Message, "invalid projection") { t.Errorf("wrong error message\nwant %q\ngot %q", ".*invalid projection.*", respJsonErrorBody.Error.Message) - } } }