Skip to content

Commit ab703be

Browse files
committed
chore: fix
1 parent a99583f commit ab703be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
source: cubesql/src/compile/mod.rs
3-
assertion_line: 7213
4-
expression: "execute_queries_with_flags(vec![\"SET user = 'bad_user'\".to_string()],\n DatabaseProtocol::PostgreSQL).await.err().unwrap().to_string()"
3+
expression: "execute_queries_with_flags(vec![\"SET user = 'bad_user'\".to_string()],\nDatabaseProtocol::PostgreSQL).await.err().unwrap().to_string()"
54
---
6-
Error during planning: SQLCompilationError: User: HttpAuthContext { access_token: "access_token", base_path: "base_path" } is not allowed to switch to 'bad_user'
5+
Error during planning: SQLCompilationError: User: user 'None' is not allowed to switch to 'bad_user'

0 commit comments

Comments
 (0)