Skip to content

Commit

Permalink
let’s not mduddy up the console here
Browse files Browse the repository at this point in the history
  • Loading branch information
sirdeggen committed Apr 4, 2024
1 parent 1466c3e commit bf4d8bd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ describe('#Paymail Server - Transaction Negotiation Capabilities', () => {

it('should get transaction negotiation capabilities', async () => {
const response = await request(app).get('/transaction-negotiation-capabilities/satoshi@vistamail.org');
console.log(response.error);
expect(response.statusCode).toBe(200);
expect(response.body).toEqual({
send_disabled: false,
Expand Down

0 comments on commit bf4d8bd

Please sign in to comment.