Skip to content

Commit

Permalink
Replace deprecated removeAlias and addAlias methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed Jul 15, 2024
1 parent 4189aff commit c1cca54
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ class AliasesHttpTest extends AnyWordSpec with Matchers with DockerTests {
"multiple operations" in {
client.execute {
aliases(
removeAlias("beaches_alias").on("beaches"),
addAlias("mountains_alias").on("mountains")
removeAlias("beaches_alias", "beaches"),
addAlias("mountains_alias", "mountains")
)
}.await.result should be(AliasActionResponse(true))

Expand Down

0 comments on commit c1cca54

Please sign in to comment.