even more constness
This commit is contained in:
@@ -25,7 +25,7 @@ async function exec(cmd) {
|
||||
}
|
||||
|
||||
describe('Dockerproxy', function () {
|
||||
var containerId;
|
||||
let containerId;
|
||||
|
||||
// create a container to test against
|
||||
before(async function () {
|
||||
|
||||
Reference in New Issue
Block a user