diff --git a/GetIntoTeachingApiTests/Models/Apply/ApplicationResponseTests.cs b/GetIntoTeachingApiTests/Models/Apply/ApplicationResponseTests.cs index 168396cf6..58ef17e5f 100644 --- a/GetIntoTeachingApiTests/Models/Apply/ApplicationResponseTests.cs +++ b/GetIntoTeachingApiTests/Models/Apply/ApplicationResponseTests.cs @@ -14,8 +14,6 @@ public void JsonAttributes() type.GetProperty("Data").Should() .BeDecoratedWith(a => a.PropertyName == "data"); - type.GetProperty("Completed").Should() - .BeDecoratedWith(a => a.PropertyName == "completed"); } } }