If I clone from master and "make test", the code builds and runs tests, but the tests stop with an assertion failure in the DownloadImage test. It's expecting a return code 400 but in my tests the result is 200. Looks like the test case has been there for at least 6 months... is this unique to me, or is the test actually broken?