0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-11-25 10:46:15 +00:00
libsql/libsql-server/tests/standalone/snapshots/tests__standalone__attach__attach_auth-3.snap
Piotr Jastrzebski 5ff8afe43e Treat permission denied as 403
Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>
2024-09-27 19:02:37 +02:00

10 lines
248 B
Plaintext

---
source: libsql-server/tests/standalone/attach.rs
expression: "bar_conn.execute(\"ATTACH foo as foo\", ()).await.unwrap_err()"
---
Hrana(
Api(
"{\"error\":\"Authorization forbidden: Namespace `foo` doesn't allow attach\"}",
),
)