3
0

Remove request dump assert utility from tests

This commit is contained in:
Denis Arh 2020-06-29 15:53:36 +02:00
parent 29ee0b8c0a
commit 239d6fc429

View File

@ -495,7 +495,6 @@ func TestRecordFieldModulePermissionCheck(t *testing.T) {
b().JSON(fmt.Sprintf(`{"values": [{"name": "email", "value": "changed-email"}]}`)).
Expect(t).
Status(http.StatusOK).
Assert(helpers.Dump).
Assert(helpers.AssertError("not allowed to change value of field email")).
End()
})