Skip to content

Commit 031eb78

Browse files
committed
Fix photoalbum mixins image test
1 parent 92d10ba commit 031eb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mixins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def _test_mixins_image(obj, attr):
8686
default_image = images[0]
8787
image = images[0]
8888
assert len(image.key) >= 10
89-
if not image.ratingKey.startswith(("default://", "media://", "upload://")):
89+
if not image.ratingKey.startswith(("default://", "id://", "media://", "upload://")):
9090
assert image.provider
9191
assert len(image.ratingKey) >= 10
9292
assert utils.is_bool(image.selected)

0 commit comments

Comments
 (0)