diff --git a/Source/EasyNetQ.Management.Client.ApprovalTests/EasyNetQ.Management.Client.approved.txt b/Source/EasyNetQ.Management.Client.ApprovalTests/EasyNetQ.Management.Client.approved.txt index 45a23f57..a19f27d6 100644 --- a/Source/EasyNetQ.Management.Client.ApprovalTests/EasyNetQ.Management.Client.approved.txt +++ b/Source/EasyNetQ.Management.Client.ApprovalTests/EasyNetQ.Management.Client.approved.txt @@ -426,7 +426,6 @@ namespace EasyNetQ.Management.Client { public UnexpectedHttpStatusCodeException() { } public UnexpectedHttpStatusCodeException(System.Net.Http.HttpResponseMessage response) { } - public UnexpectedHttpStatusCodeException(System.Net.HttpStatusCode statusCode) { } public UnexpectedHttpStatusCodeException(string message) { } protected UnexpectedHttpStatusCodeException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } public UnexpectedHttpStatusCodeException(string message, System.Exception inner) { }