tests: add missing type property
This commit is contained in:
@@ -5,7 +5,8 @@ public class ImageContentTests : SerializationTest
|
|||||||
private readonly string _testJson = @"{
|
private readonly string _testJson = @"{
|
||||||
""source"": {
|
""source"": {
|
||||||
""media_type"": ""image/png"",
|
""media_type"": ""image/png"",
|
||||||
""data"": ""data""
|
""data"": ""data"",
|
||||||
|
""type"": ""base64""
|
||||||
},
|
},
|
||||||
""type"": ""image""
|
""type"": ""image""
|
||||||
}";
|
}";
|
||||||
|
|||||||
Reference in New Issue
Block a user