Updates image type in fields tests
This commit is contained in:
parent
20bcbb1a3c
commit
5a24c97cb5
|
@ -404,7 +404,7 @@ class ActivitypubFields(TestCase):
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
self.assertEqual(output.name, "alt text")
|
self.assertEqual(output.name, "alt text")
|
||||||
self.assertEqual(output.type, "Image")
|
self.assertEqual(output.type, "Document")
|
||||||
|
|
||||||
instance = fields.ImageField()
|
instance = fields.ImageField()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue