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

fix(test_postgresql): error and warning symbol

parent da5d5300
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ def warning(message: str):
:type message: str
"""
print(" {}{} {}".format(YELLOW, DEF, message))
print(" {}{} {}".format(YELLOW, DEF, message))
def error(message: str):
......@@ -51,7 +51,7 @@ def error(message: str):
:type message: str
"""
print(" {}{} {}".format(RED, DEF, message))
print(" {}{} {}".format(RED, DEF, message))
def is_ha(port: int) -> bool:
......
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