backups: the get route was accidentally removed
This commit is contained in:
@@ -36,7 +36,7 @@ describe('Backups API', function () {
|
||||
const response = await superagent.get(`${serverUrl}/api/v1/backups/bad_id`)
|
||||
.query({ access_token: owner.token })
|
||||
.ok(() => true);
|
||||
expect(response.status).to.equal(400);
|
||||
expect(response.status).to.equal(404);
|
||||
});
|
||||
|
||||
it('can get valid id', async function () {
|
||||
|
||||
Reference in New Issue
Block a user