Skip to content

Commit

Permalink
Fix awaitility import (#5731)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Apr 1, 2022
1 parent 315b816 commit 6c7336b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import java.util.concurrent.TimeUnit
import static io.opentelemetry.api.trace.SpanKind.CLIENT
import static io.opentelemetry.api.trace.SpanKind.INTERNAL
import static io.opentelemetry.api.trace.StatusCode.ERROR
import static org.awaitility.Awaitility.await
import static org.elasticsearch.cluster.ClusterName.CLUSTER_NAME_SETTING
import static org.testcontainers.shaded.org.awaitility.Awaitility.await

class Elasticsearch5NodeClientTest extends AbstractElasticsearchNodeClientTest {
public static final long TIMEOUT = 10000 // 10 seconds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ import java.util.concurrent.TimeUnit
import static io.opentelemetry.api.trace.SpanKind.CLIENT
import static io.opentelemetry.api.trace.SpanKind.INTERNAL
import static io.opentelemetry.api.trace.StatusCode.ERROR
import static org.awaitility.Awaitility.await
import static org.elasticsearch.cluster.ClusterName.CLUSTER_NAME_SETTING
import static org.testcontainers.shaded.org.awaitility.Awaitility.await

class Elasticsearch5TransportClientTest extends AbstractElasticsearchTransportClientTest {
public static final long TIMEOUT = 10000 // 10 seconds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import java.util.concurrent.TimeUnit
import static io.opentelemetry.api.trace.SpanKind.CLIENT
import static io.opentelemetry.api.trace.SpanKind.INTERNAL
import static io.opentelemetry.api.trace.StatusCode.ERROR
import static org.awaitility.Awaitility.await
import static org.elasticsearch.cluster.ClusterName.CLUSTER_NAME_SETTING
import static org.testcontainers.shaded.org.awaitility.Awaitility.await

class Elasticsearch53NodeClientTest extends AbstractElasticsearchNodeClientTest {
public static final long TIMEOUT = 10000 // 10 seconds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import java.util.concurrent.TimeUnit
import static io.opentelemetry.api.trace.SpanKind.CLIENT
import static io.opentelemetry.api.trace.SpanKind.INTERNAL
import static io.opentelemetry.api.trace.StatusCode.ERROR
import static org.awaitility.Awaitility.await
import static org.elasticsearch.cluster.ClusterName.CLUSTER_NAME_SETTING
import static org.testcontainers.shaded.org.awaitility.Awaitility.await

class Elasticsearch53TransportClientTest extends AbstractElasticsearchTransportClientTest {
public static final long TIMEOUT = 10000 // 10 seconds
Expand Down

0 comments on commit 6c7336b

Please sign in to comment.