[Test/Cleanup] Remove console.log (#21002) (#21007)

This commit is contained in:
Tim Sullivan 2018-07-23 14:29:21 -07:00 committed by GitHub
parent 725782ebb7
commit cb39132115
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,6 @@ export default function ({ getService }) {
})
.expect(200);
console.log(JSON.stringify(body));
expect(body).to.eql(nodeDetailFixture);
});
});