Skip to content

Commit

Permalink
[PRPD-130] Fixed log
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant committed Oct 3, 2023
1 parent d340e3d commit e1dfee0
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.responseQueue);
console.log("RESPONSE QUEUE" + responseQueue);

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

0 comments on commit e1dfee0

Please sign in to comment.