Skip to content
Snippets Groups Projects
Commit a4739c47 authored by Emmanuel Cohen's avatar Emmanuel Cohen
Browse files

Fix molecule test: check correct daemon for postgresql

parent a7a6096b
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ def test_postgres_user(host):
def test_postgres_service(host):
s = host.service("postgresql")
s = host.service("postgresql@11-main")
assert s.is_running
......
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