Skip to content

Commit

Permalink
fix docker image version
Browse files Browse the repository at this point in the history
fix docker image version
  • Loading branch information
citrusreticulata committed Aug 2, 2022
1 parent 0832eaa commit 83f6711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/outputs/iotdb/iotdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func TestIntegrationInserts(t *testing.T) {
t.Skip("Skipping integration test in short mode")
}
container := testutil.Container{
Image: "apache/iotdb:1.13.0",
Image: "apache/iotdb:0.13.0-node",
ExposedPorts: []string{testPort},
WaitingFor: wait.ForAll(
wait.ForListeningPort(nat.Port(testPort)),
Expand Down

0 comments on commit 83f6711

Please sign in to comment.