def test_founditem_view(self):
        self.login()
        item = FoundItem.objects.create(
            user=get_user_model().objects.get(username="awilliam"), title="hellotest1", description="Hello", found="3000-01-01"
        )