restic / rest-server

Rest Server is a high performance HTTP server that implements restic's REST backend API.
BSD 2-Clause "Simplified" License
922 stars 138 forks source link

Add unit tests for listBlobsV2 #222

Open MichaelEischer opened 1 year ago

MichaelEischer commented 1 year ago

While writing tests for https://github.com/restic/rest-server/pull/221 I've noticed that there is not test coverage at all for listBlobsV2. We should add some tests for that.