Skip to content

Commit

Permalink
[PRDP-130] Queue log
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant committed Oct 3, 2023
1 parent e1dfee0 commit a71ec2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performance-test/src/receipt_generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default function () {
let responseQueue = sendMessageToQueue(eventMessage, receiptQueueURI, receiptQueuePrimaryKey);

console.log("SendMessageToQueue call, Status " + responseQueue.status);
console.log("RESPONSE QUEUE" + responseQueue);
console.log("RESPONSE QUEUE" + responseQueue.body);

check(eventMessage, {
'SendMessageToQueue status is 200': (_response) => responseQueue.status === 200,
Expand Down

0 comments on commit a71ec2e

Please sign in to comment.