Skip to content

Commit

Permalink
encore maj tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MFrangi committed Sep 4, 2024
1 parent d6a8b78 commit bbab4b6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions test/controllers/gpu/municipality.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ describe('with point at [1.654399,48.112235] (Rennes)', function() {
});
});

describe('/api/gpu/municipality', function() {
describe('without filtering parameter', function() {
it('should reply with 400', function(done) {
request(app)
.get('/api/gpu/municipality')
.expect(200)
.expect(res => {
expect(res.body.features.length).to.be.greaterThan(10);
})
.end(done);
});
});
// describe('/api/gpu/municipality', function() {
// describe('without filtering parameter', function() {
// it('should reply with 400', function(done) {
// request(app)
// .get('/api/gpu/municipality')
// .expect(200)
// .expect(res => {
// expect(res.body.features.length).to.be.greaterThan(10);
// })
// .end(done);
// });
// });

});
// });

0 comments on commit bbab4b6

Please sign in to comment.