File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/groovy/edu/ie3/datamodel/io Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import java.time.ZonedDateTime
34
34
class InfluxDbSinkIT extends Specification {
35
35
36
36
@Shared
37
- InfluxDBContainer influxDbContainer = new InfluxDBContainer (" latest " )
37
+ InfluxDBContainer influxDbContainer = new InfluxDBContainer (" 1.8.4 " )
38
38
.withAuthEnabled(false )
39
39
.withDatabase(" test_out" )
40
40
.withExposedPorts(8086 ) as InfluxDBContainer
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import spock.lang.Specification
25
25
class InfluxDbWeatherSourcePsdmIT extends Specification implements WeatherSourceTestHelper {
26
26
27
27
@Shared
28
- InfluxDBContainer influxDbContainer = new InfluxDBContainer (" latest " )
28
+ InfluxDBContainer influxDbContainer = new InfluxDBContainer (" 1.8.4 " )
29
29
.withAuthEnabled(false )
30
30
.withDatabase(" test_weather" )
31
31
You can’t perform that action at this time.
0 commit comments