@ -9,13 +9,14 @@ class TestEmbeds(TestCase):
self.assertDictEqual(
embed.to_dict(),
{
'image': {},
'author': {},
'video': {},
'thumbnail': {},
'footer': {},
'fields': [],
'provider': {},
'type': 'rich',
})
def test_embed(self):