We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75227c1 commit c048529Copy full SHA for c048529
tests/integration/targets/postgresql_db/tasks/state_dump_restore_role.yml
@@ -87,7 +87,7 @@
87
assert:
88
that:
89
- result is changed
90
- - result.executed_commands[0] is search("/bin/pg_dump")
+ - result.executed_commands[0] is search("pg_dump")
91
- result.executed_commands[0] is search("-n schema1")
92
93
- name: pg_restore archive on dst_db with session_role
@@ -166,7 +166,7 @@
166
167
168
169
170
171
- result.executed_commands[0] is search("--role=")
172
0 commit comments