mirror of
https://github.com/ae-utbm/sith.git
synced 2025-11-10 14:03:12 +00:00
rename User.is_subscriber_viewable => User.is_viewable
This commit is contained in:
@@ -53,7 +53,7 @@ def test_identifications_viewable_by_user():
|
||||
identifications = baker.make(
|
||||
PeoplePictureRelation, picture=picture, _quantity=10, _bulk_create=True
|
||||
)
|
||||
identifications[0].user.is_subscriber_viewable = False
|
||||
identifications[0].user.is_viewable = False
|
||||
identifications[0].user.save()
|
||||
|
||||
assert (
|
||||
|
||||
Reference in New Issue
Block a user