Linting fixes for dashboard provsioning (#23576)

This commit is contained in:
Carl Bergquist
2020-04-15 08:12:52 +02:00
committed by GitHub
parent 010c67cc71
commit 80f40040b0
12 changed files with 106 additions and 84 deletions
@@ -27,7 +27,7 @@ func TestProvsionedSymlinkedFolder(t *testing.T) {
t.Error("expected err to be nil")
}
want, err := filepath.Abs(containingId)
want, err := filepath.Abs(containingID)
if err != nil {
t.Errorf("expected err to be nil")