Skip to content

Commit cc74e3f

Browse files
author
nikolajlauridsen
committed
Remove unused using
1 parent ebd0d95 commit cc74e3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Umbraco.Tests.Integration/Umbraco.Web.BackOffice/Controllers/ContentControllerTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System.Linq;
55
using System.Net;
66
using System.Net.Http;
7-
using System.Threading;
87
using System.Threading.Tasks;
98
using Newtonsoft.Json;
109
using NUnit.Framework;
@@ -442,7 +441,7 @@ public async Task PostSave_Validates_Domains_Exist()
442441
{
443442
{ new StringContent(JsonConvert.SerializeObject(model)), "contentItem" }
444443
});
445-
444+
446445
var body = await response.Content.ReadAsStringAsync();
447446
body = body.TrimStart(AngularJsonMediaTypeFormatter.XsrfPrefix);
448447
ContentItemDisplay display = JsonConvert.DeserializeObject<ContentItemDisplay>(body);

0 commit comments

Comments
 (0)