0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-07-17 23:25:01 +00:00
Files
libsql/libsql-server/tests/standalone/snapshots/tests__standalone__attach__attach_auth.snap
ad hoc 63e4626cf4 fix bad attach name (#1113)
* add test

* fix auth using attach alias instead of target
2024-03-01 09:39:32 -05: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`\"}",
),
)