mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-11-25 10:46:15 +00:00
5ff8afe43e
Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>
10 lines
248 B
Plaintext
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\"}",
|
|
),
|
|
)
|