0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-18 10:37:02 +00:00
Files
libsql/libsql-server/tests/standalone/snapshots/tests__standalone__attach__attach_auth.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
309 B
Plaintext

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