mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-24 06:39:58 +00:00
## Problem We currently don't run the tests shipped with `pg_graphql`. ## Summary of changes The tests for `pg_graphql` are added.
20 lines
587 B
Diff
20 lines
587 B
Diff
commit ec6a491d126882966a696f9ad5d3698935361d55
|
|
Author: Alexey Masterov <alexeymasterov@neon.tech>
|
|
Date: Tue Dec 17 10:25:00 2024 +0100
|
|
|
|
Changes required to run tests on Neon
|
|
|
|
diff --git a/test/expected/permissions_functions.out b/test/expected/permissions_functions.out
|
|
index 1e9fbc2..94cbe25 100644
|
|
--- a/test/expected/permissions_functions.out
|
|
+++ b/test/expected/permissions_functions.out
|
|
@@ -64,7 +64,7 @@ begin;
|
|
select current_user;
|
|
current_user
|
|
--------------
|
|
- postgres
|
|
+ cloud_admin
|
|
(1 row)
|
|
|
|
-- revoke default access from the public role for new functions
|