diff --git a/modules/influxdb/influxdb.go b/modules/influxdb/influxdb.go index a3afb1bf35..54862e6f08 100644 --- a/modules/influxdb/influxdb.go +++ b/modules/influxdb/influxdb.go @@ -11,7 +11,7 @@ import ( "github.com/testcontainers/testcontainers-go/wait" ) -// InfluxDbContainer represents the MySQL container type used in the module +// InfluxDbContainer represents the InfluxDB container type used in the module type InfluxDbContainer struct { testcontainers.Container }