diff --git a/components/tools/OmeroPy/test/integration/test_figureExportScripts.py b/components/tools/OmeroPy/test/integration/test_figureExportScripts.py index 8211175f258..e5bb2a76bd8 100644 --- a/components/tools/OmeroPy/test/integration/test_figureExportScripts.py +++ b/components/tools/OmeroPy/test/integration/test_figureExportScripts.py @@ -495,8 +495,6 @@ def addRectangleRoi(updateService, x, y, width, height, imageId): rect.y = omero.rtypes.rdouble(y) rect.width = omero.rtypes.rdouble(width) rect.height = omero.rtypes.rdouble(height) - rect.theZ = omero.rtypes.rint(0) - rect.theT = omero.rtypes.rint(0) rect.locked = omero.rtypes.rbool(True) # don't allow editing rect.strokeWidth = omero.model.LengthI() rect.strokeWidth.setValue(1.0)