diff --git a/nettests/nettests.go b/nettests/nettests.go index f618173..8ad5f0f 100644 --- a/nettests/nettests.go +++ b/nettests/nettests.go @@ -81,7 +81,6 @@ func (c *Controller) Init(nt *mk.Nettest) error { reportFilePath := c.msmtPath geoIPCountryPath := filepath.Join(utils.GeoIPDir(c.Ctx.Home), "GeoLite2-Country.mmdb") geoIPASNPath := filepath.Join(utils.GeoIPDir(c.Ctx.Home), "GeoLite2-ASN.mmdb") - caBundlePath := getCaBundlePath() msmtPath := c.msmtPath log.Debugf("OutputPath: %s", msmtPath)