9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
---
|
|
source: tests/requests/auth.rs
|
|
expression: "(response.status_code(), response.text())"
|
|
---
|
|
(
|
|
401,
|
|
"{\"error\":\"unauthorized\",\"description\":\"You do not have permission to access this resource\"}",
|
|
)
|