0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-01 17:34:15 +00:00
Files
libsql/libsql-server/tests/standalone/snapshots/tests__standalone__attach__attach_auth-3.snap
2024-12-02 21:08:11 -05:00

11 lines
295 B
Plaintext

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