diff --git a/pkg/bootstrap/bootstrap_test.go b/pkg/bootstrap/bootstrap_test.go index 8fd85fb..7341c96 100644 --- a/pkg/bootstrap/bootstrap_test.go +++ b/pkg/bootstrap/bootstrap_test.go @@ -133,7 +133,6 @@ func TestBootstrap(t *testing.T) { assert.True(t, errors.Contains(err, test.expectedErr), fmt.Sprintf("expected %v got %v", test.expectedErr, err)) }) } - // cleanup. t.Cleanup(func() { os.Remove("config.toml") })