def test_lostitem_modify_view(self):
        self.login()
        user2 = get_user_model().objects.get_or_create(username="awilliam1")[0]
        item = LostItem.objects.create(user=user2, title="hellotest1", description="Hello", last_seen="3000-01-01")