Skip to content

update test cases for Instruction

Link to issue #3074

  • Create new User in default_rights:
_id": "id-of-test-user-to-test-instructions",
"crecord_name": "username-of-test-user-to-test-instructions",
  • Update feature tests for Instruction
    • Update POST request body: change all Author field value to "id-of-test-user-to-test-instructions"
    • Update GET response body: change Author to object of _id and username of above user

Merge request reports