mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Updated test per reviewer suggestion
This commit is contained in:
parent
452f6bdf85
commit
d2481582f4
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ def test__run_initdb_with_timeout():
|
|||
def test_run_psql():
|
||||
postgres._run_psql('echo "hi"')
|
||||
cmd = postgres.__salt__["cmd.run_all"]
|
||||
assert "postgres" == cmd.call_args[1]["runas"]
|
||||
assert cmd.call_args[1]["runas"] == "postgres"
|
||||
|
||||
|
||||
def test_db_alter():
|
||||
|
|
Loading…
Add table
Reference in a new issue