Skip to content

Commit

Permalink
Replace importer1 with omero-server in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalczysko committed Nov 20, 2024
1 parent 477ad56 commit 1c452bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_service_running_and_enabled(host, name):


def test_omero_login(host):
with host.sudo('importer1'):
with host.sudo('omero-server'):
host.check_output(
'/opt/omero/server/OMERO.server/bin/omero '
'login -C -s localhost -u root -w omero')
Expand Down

0 comments on commit 1c452bc

Please sign in to comment.