Visual Studio Code – Should.ThrowAsync not catching exception from HttpClient.GetAsync() request
In our project we have a test written by a former colleague that is firing a request to an end point, which should - and does - return a 500 - InternalServerError (checking for this using Shouldly) after throwing an…