0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-18 08:16:58 +00:00
Files
libsql/libsql-server/tests/standalone/snapshots/tests__standalone__attach__attach_auth-2.snap
ad hoc adf36104ad fix bad attach name (#1113)
* add test

* fix auth using attach alias instead of target
2024-02-29 14:15:43 +00:00

10 lines
313 B
Plaintext

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