Address staticcheck failures for test/e2e/node/...

Fix the `staticcheck` failures for `test/e2e/node`. All of the
staticcheck errors were for variables which were never used. When these
values were `err`, we added processing for the errors. When they were
values that were just never used, we stopped giving them a name.
This commit is contained in:
mattjmcnaughton
2019-10-09 10:26:11 -04:00
parent 8577711b61
commit 69a473be38
5 changed files with 9 additions and 2 deletions

View File

@@ -88,7 +88,6 @@ test/e2e/lifecycle
test/e2e/lifecycle/bootstrap
test/e2e/manifest
test/e2e/network
test/e2e/node
test/e2e/storage
test/e2e/storage/drivers
test/e2e/storage/testsuites