You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/OpenApiKiotaEndToEndTests/ModelStateValidation/ModelStateValidationTests.cs
+4-1
Original file line number
Diff line number
Diff line change
@@ -452,7 +452,10 @@ public async Task Cannot_use_invalid_TimeSpan()
452
452
453
453
ErrorObjecterrorObject=document.Errors.First();
454
454
errorObject.Title.Should().Be("Failed to deserialize request body: Incompatible attribute value found.");
455
-
errorObject.Detail.Should().Be("Failed to convert attribute 'nextRevalidation' with value 'not a TimeSpan' of type 'String' to type 'Nullable<TimeSpan>'.");
455
+
456
+
errorObject.Detail.Should()
457
+
.Be("Failed to convert attribute 'nextRevalidation' with value 'not a TimeSpan' of type 'String' to type 'Nullable<TimeSpan>'.");
0 commit comments