diff --git a/sample/Ardalis.Result.SampleWeb/Pages/Index.cshtml b/sample/Ardalis.Result.SampleWeb/Pages/Index.cshtml
index 81c0cbc..79d4666 100644
--- a/sample/Ardalis.Result.SampleWeb/Pages/Index.cshtml
+++ b/sample/Ardalis.Result.SampleWeb/Pages/Index.cshtml
@@ -23,6 +23,7 @@
PostalCode 55555 should work (201 Created)
PostalCode "" should fail (400 Bad Request with error list (required))
PostalCode "NotFound" should return (404 Not Found)
+ PostalCode "Conflict" should return (409 Conflict)
PostalCode "This is too long." should return (400 Bad Request with error list)
Person: