File tree Expand file tree Collapse file tree
BugSplatDotNetStandard.Test/Api
BugSplatDotNetStandard/Api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ await sut.PostMinidump(
134134 largeFile ,
135135 MinidumpPostOptions . Create ( bugsplat )
136136 ) ;
137- } , "Failed to parse symbol upload url: crash post size limit exceeded" ) ;
137+ } , "Failed to parse upload url: crash post size limit exceeded" ) ;
138138 }
139139
140140 [ Test ]
Original file line number Diff line number Diff line change @@ -294,12 +294,12 @@ private async Task<Uri> GetPresignedUrlFromResponse(HttpResponseMessage response
294294
295295 if ( string . IsNullOrEmpty ( url ) && ! string . IsNullOrEmpty ( message ) )
296296 {
297- throw new Exception ( $ "Failed to parse symbol upload url: { message } ") ;
297+ throw new Exception ( $ "Failed to parse upload url: { message } ") ;
298298 }
299299
300300 if ( string . IsNullOrEmpty ( url ) )
301301 {
302- throw new Exception ( "Failed to parse symbol upload url" ) ;
302+ throw new Exception ( "Failed to parse upload url" ) ;
303303 }
304304
305305 return new Uri ( url ) ;
You can’t perform that action at this time.
0 commit comments