Skip to content

Commit bacc257

Browse files
committed
cleanup
1 parent 994e9f0 commit bacc257

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/api/dataPasses.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ module.exports = () => {
295295
});
296296
it('should successfully include TEST productions', async () => {
297297
const response = await request(server).get('/api/dataPasses?filter[lhcPeriodIds][]=2&filter[include][byName]=test');
298-
console.log(response.body)
299298
expect(response.status).to.be.equal(200);
300299
const { data } = await response.body;
301300
expect(data.map(({ name }) => name)).to.have.all.members(['LHC22b_apass1', 'LHC22b_skimming','LHC22b_apass2_skimmed', 'LHC22b_test']);

0 commit comments

Comments
 (0)