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

9 lines
360 B
Text
Raw Normal View History

2024-10-16 18:03:38 +00:00
---
source: tests/requests/notes.rs
expression: "(notes.status_code(), notes.text())"
---
(
200,
"[{\"created_at\":\"DATEZ\",\"updated_at\":\"DATEZ\",\"id\":ID,\"title\":\"Loco note 1\",\"content\":\"Loco note 1 content\"},{\"created_at\":\"DATEZ\",\"updated_at\":\"DATEZ\",\"id\":ID,\"title\":\"Loco note 2\",\"content\":\"Loco note 2 content\"}]",
)