Skip to content
Snippets Groups Projects
Commit 3f298737 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

change(test_postgresql): return value

parent 7a1281f6
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,7 @@ def check_psql(db_conn: dict, query: str) -> tuple:
except subprocess.CalledProcessError as psql_error:
return False, str(psql_error).rstrip()
return True, "OK"
return True, None
def check_replication(primary: dict, standby: dict) -> tuple:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment