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

9 lines
244 B
Text
Raw Normal View History

2024-10-16 18:03:38 +00:00
---
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\"}",
)