diff --git a/src/test/regress/sql/create_role_propagation.sql b/src/test/regress/sql/create_role_propagation.sql index f7638f343..fa32cf2d2 100644 --- a/src/test/regress/sql/create_role_propagation.sql +++ b/src/test/regress/sql/create_role_propagation.sql @@ -93,12 +93,14 @@ CREATE ROLE non_dist_role_4; SET citus.enable_create_role_propagation TO ON; -SET ROLE non_dist_role_1; +SET ROLE dist_role_1; GRANT non_dist_role_1 TO non_dist_role_2; SET citus.enable_create_role_propagation TO OFF; +SET ROLE non_dist_role_1; + GRANT dist_role_1 TO dist_role_2; RESET ROLE;