From 0af83c08ff3c45b1e861a2f6d7648a482083258e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 7 Jan 2020 21:16:20 +0000 Subject: [PATCH] --- Widget/WidgetValidationTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Widget/WidgetValidationTests.cs b/Widget/WidgetValidationTests.cs index 0733d94..76740f4 100644 --- a/Widget/WidgetValidationTests.cs +++ b/Widget/WidgetValidationTests.cs @@ -232,7 +232,7 @@ namespace raven_integration //2002 in-valid expected Util.ValidateErrorCodeResponse(a, 2200, 400); - Util.ShouldContainValidationError(a, "Notes", "2201"); + Util.ShouldContainValidationError(a, "Roles", "2203"); }