Skip to content

Commit cc44bfd

Browse files
authored
Merge pull request #896 from bcgov/feature/registration-validation
DSS-1139 Validation Report - response code update
2 parents 1786875 + f1cacea commit cc44bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/StrDss.Common/Constants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ public static class RegistrationValidationText
653653
public const string ExemptionStatusNotFound = "Exemption status not found.";
654654
public const string StatusNotFound = "Registration validation Api did not return a registration status.";
655655
public const string ValidationException = "Registration validation Api threw an undhandled exception.";
656-
public const string ValidationException404 = "404: Permit not found.";
657-
public const string ValidationException401 = "401: Unauthorized access.";
656+
public const string ValidationException404 = "Permit not found.";
657+
public const string ValidationException401 = "Unauthorized access.";
658658
}
659659
}

0 commit comments

Comments
 (0)