Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Mar 3, 2024
1 parent 38d7840 commit 387f3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/resources/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_omero_ms_logs(host):

def test_omero_ms_logs_contents(host):
log_file=host.file("/opt/omero/microservice/omero-ms-image-region/logs/omero-ms.log")
assert log_file.cat
assert log_file.contains("Succeeded in deploying verticle")

def test_docker_running_and_enabled(host):
ms_service = host.service("omero-ms-image-region")
Expand Down

0 comments on commit 387f3dc

Please sign in to comment.