0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-01-08 10:39:02 +00:00
libsql/libsql-server/tests/standalone/snapshots/tests__standalone__attach__attach_auth-2.snap
Lucio Franco 7668db8be4 server: fix hrana error classification (#1444)
* server: fix hrana error classification

* add new test snapshots

* more snapshots
2024-06-05 16:34:12 +00:00

10 lines
295 B
Plaintext

---
source: libsql-server/tests/standalone/attach.rs
expression: "txn.execute(\"ATTACH DATABASE bar as bar\", ()).await.unwrap_err()"
---
Hrana(
Api(
"{\"error\":\"Not authorized to execute query: Current session doesn't not have AttachRead permission to namespace bar\"}",
),
)