nixin-farm/nixin_farm/tests/requests/snapshots/can_add_note@notes_request.snap

8 lines
244 B
Text

---
source: tests/requests/notes.rs
expression: "(add_note_request.status_code(), add_note_request.text())"
---
(
200,
"{\"created_at\":\"DATEZ\",\"updated_at\":\"DATEZ\",\"id\":ID,\"title\":\"loco\",\"content\":\"loco note test\"}",
)