Skip to content

Commit

Permalink
VLTCLT-45: add unit test for vault report api
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed May 3, 2024
1 parent e68899c commit 90dae9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/report.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const http = require('http');
const IAMClient = require('../../lib/IAMClient');

function handler(req, res) {
const reportData = { account: '10' };
const reportData = { account: '10' };
res.writeHead(200);
res.end(JSON.stringify(reportData));
}
Expand Down

0 comments on commit 90dae9e

Please sign in to comment.