Skip to content

Commit 423be6a

Browse files
committed
fix: align expected output with test
1 parent 1b46e8d commit 423be6a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

nix/tests/expected/postgres_fdw.out

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ https://github.com/supabase/postgres/blob/a638c6fce0baf90b654e762eddcdac1bc8df01
1212
begin;
1313
-- Switch to the postgres role (non-superuser) to test supautils behavior
1414
set role postgres;
15-
1615
-- postgres_fdw should be owned by the superuser
1716
select fdwowner::regrole from pg_foreign_data_wrapper where fdwname = 'postgres_fdw';
1817
fdwowner
1918
----------------
20-
supabase_admin
19+
supabase_admin
2120
(1 row)
2221

2322
-- Verify that `postgres` can use the FDW despite not owning it
@@ -28,6 +27,4 @@ create server s
2827
port '5432',
2928
dbname 'postgres'
3029
);
31-
CREATE SERVER
32-
3330
rollback;

0 commit comments

Comments
 (0)