Skip to content
Snippets Groups Projects
Commit 63d0164a authored by felmer's avatar felmer
Browse files

fixing test_scu_microscopy because plugin version changed from 1 to 2

parent 8ff12e57
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ class TestCase(systemtest.testcase.TestCase):
return openbisController
def setThumbnailResolutions(self, openbisController, resolutions):
path = "%s/servers/core-plugins/microscopy/1/dss/drop-boxes/MicroscopyDropbox/GlobalSettings.py" % openbisController.installPath
path = "%s/servers/core-plugins/microscopy/2/dss/drop-boxes/MicroscopyDropbox/GlobalSettings.py" % openbisController.installPath
with open(path, "r") as f:
content = f.readlines()
with open(path, "w") as f:
......
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