Fix errors in tests when setting authenticator to noinherit

This commit is contained in:
Ruslan Talpa
2015-12-16 11:44:28 +02:00
parent 4bc4a68051
commit 66a34fccdf
3 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
DROP ROLE IF EXISTS postgrest_test_authenticator, postgrest_test_anonymous, postgrest_test_default_role, postgrest_test_author;
CREATE ROLE postgrest_test_authenticator WITH login;
CREATE ROLE postgrest_test_authenticator WITH login noinherit;
CREATE ROLE postgrest_test_anonymous;
CREATE ROLE postgrest_test_default_role;
CREATE ROLE postgrest_test_author;