Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed May 20, 2024
1 parent d517bf5 commit 28cf3c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import org.scalatest.matchers.should.Matchers
class ReloadSearchAnalyzersTest extends AnyFlatSpec with Matchers with ElasticDsl with DockerTests {
"reload search analyzers request" should "return a success" in {
val resp = client.execute {
reloadSearchAnalyzers("test")
reloadSearchAnalyzers("*")
}.await.result

resp.reloadDetails.map(_.reloadedNodeIds).nonEmpty shouldBe true
Expand Down

0 comments on commit 28cf3c7

Please sign in to comment.