Skip to content

Commit

Permalink
merge develop -Dorg -Ssuccess-only: PR 6389 (Handle archive status be…
Browse files Browse the repository at this point in the history
…ing populated (See ome/omero-web#555))
  • Loading branch information
snoopycrimecop committed Jul 25, 2024
2 parents 753a565 + 9b14804 commit c411416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/tools/OmeroWeb/test/integration/test_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def expected_images(user, images, extraValues=None):
expected = []
for image in images:
i = {
'archived': False,
'id': image.id.val,
'name': image.name.val,
'ownerId': image.details.owner.id.val,
Expand Down

0 comments on commit c411416

Please sign in to comment.