Swirrl / datahost-prototypes

Eclipse Public License 1.0
0 stars 0 forks source link

Don't try catch http requests in tests #229

Closed andrewmcveigh closed 1 year ago

andrewmcveigh commented 1 year ago

Because if the code under test doesn't throw (E.G., a 200) then the assertions are never run and so don't fail.