Remove request dump assert utility from tests
This commit is contained in:
parent
29ee0b8c0a
commit
239d6fc429
@ -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()
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user