even more constness

This commit is contained in:
Girish Ramakrishnan
2022-04-14 20:30:00 -05:00
parent 01ce251596
commit 185d5d66ad
9 changed files with 35 additions and 34 deletions

View File

@@ -25,7 +25,7 @@ async function exec(cmd) {
}
describe('Dockerproxy', function () {
var containerId;
let containerId;
// create a container to test against
before(async function () {