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 ebd0d95 commit cc74e3fCopy full SHA for cc74e3f
src/Umbraco.Tests.Integration/Umbraco.Web.BackOffice/Controllers/ContentControllerTests.cs
@@ -4,7 +4,6 @@
4
using System.Linq;
5
using System.Net;
6
using System.Net.Http;
7
-using System.Threading;
8
using System.Threading.Tasks;
9
using Newtonsoft.Json;
10
using NUnit.Framework;
@@ -442,7 +441,7 @@ public async Task PostSave_Validates_Domains_Exist()
442
441
{
443
{ new StringContent(JsonConvert.SerializeObject(model)), "contentItem" }
444
});
445
-
+
446
var body = await response.Content.ReadAsStringAsync();
447
body = body.TrimStart(AngularJsonMediaTypeFormatter.XsrfPrefix);
448
ContentItemDisplay display = JsonConvert.DeserializeObject<ContentItemDisplay>(body);
0 commit comments