mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Another missed quote
Conflicts: tests/unit/modules/postgres_test.py
This commit is contained in:
parent
80039305ab
commit
bb0c32e44d
@ -397,7 +397,7 @@ class PostgresTestCase(TestCase):
|
||||
'-c [\'"]{0,1}ALTER ROLE (\\\\)?"test_username(\\\\)?" WITH INHERIT NOCREATEDB '
|
||||
'NOCREATEROLE NOREPLICATION LOGIN '
|
||||
'UNENCRYPTED PASSWORD [\'"]{0,5}test_role_pass[\'"]{0,5};'
|
||||
' GRANT (\\\\)?"test_groups(\\\\)?" TO "test_username"[\'"]{0,1}',
|
||||
' GRANT (\\\\)?"test_groups(\\\\)?" TO (\\\\)?"test_username(\\\\)?"[\'"]{0,1}',
|
||||
call_output)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user