9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
---
|
|
source: tests/requests/user.rs
|
|
expression: "(response.status_code(), response.text())"
|
|
---
|
|
(
|
|
200,
|
|
"{\"pid\":\"PID\",\"name\":\"loco\",\"email\":\"test@loco.com\"}",
|
|
)
|