Suppress Test Logs (#6256)
* Suppress Test Logs This will reduce some of the noise in the tests logs. * replace deprecated buffer * remove deprecation warnings * fix geopoint * Fix GraphQL * postgres warnings
This commit is contained in:
@@ -54,7 +54,6 @@ describe('test validate_receipt endpoint', () => {
|
||||
if (typeof body != 'object') {
|
||||
fail('Body is not an object');
|
||||
} else {
|
||||
console.log(body);
|
||||
expect(body.__type).toEqual('File');
|
||||
const url = body.url;
|
||||
const otherResponse = await request({
|
||||
|
||||
Reference in New Issue
Block a user