tests: add missing type property

This commit is contained in:
Stevan Freeborn
2024-07-19 21:39:04 -05:00
parent 93761b8e7e
commit f970b07ed7
@@ -5,7 +5,8 @@ public class ImageContentTests : SerializationTest
private readonly string _testJson = @"{
""source"": {
""media_type"": ""image/png"",
""data"": ""data""
""data"": ""data"",
""type"": ""base64""
},
""type"": ""image""
}";