def test_create_BlogEntry(self):
     result = BlogEntry("xx")
     self.assertEqual(result.json(), "xx")