Skip to content

Commit

Permalink
fixup! Support the projection parameter in getObject
Browse files Browse the repository at this point in the history
Formatting
  • Loading branch information
manuteleco committed Mar 16, 2024
1 parent 81c4405 commit 98693d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fakestorage/object_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

}
}
}
Expand Down

0 comments on commit 98693d7

Please sign in to comment.