We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a6a93 commit 17f3d26Copy full SHA for 17f3d26
test/ZendeskApi_v2.Test/HelpCenter/ArticleAttachmentsTest.cs
@@ -51,9 +51,9 @@ public async Task CanUploadAttachmentsForArticleAsync()
51
{
52
var file = new ZenFile()
53
54
- ContentType = "text/plain",
55
- FileName = "testupload.txt",
56
- FileData = File.ReadAllBytes(TestContext.CurrentContext.TestDirectory + "\\testupload.txt")
+ ContentType = "image/jpeg",
+ FileName = "gracehoppertocat3.jpg",
+ FileData = File.ReadAllBytes(TestContext.CurrentContext.TestDirectory + "\\gracehoppertocat3.jpg")
57
};
58
59
var articleResponse = await api.HelpCenter.Articles.CreateArticleAsync(_sectionId, new Article
0 commit comments