Skip to content

Commit

Permalink
Merge branch 'release/0.15.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Sep 12, 2024
2 parents ced6213 + 24aa444 commit c55c9ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Uplink.MixProject do
def project do
[
app: :uplink,
version: "0.15.5",
version: "0.15.6",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down
2 changes: 1 addition & 1 deletion test/uplink/packages/instance/placement_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ defmodule Uplink.Packages.Instance.PlacementTest do
|> Plug.Conn.resp(200, existing_instances)
end)

Bypass.expect_once(bypass, "GET", "/1.0/cluster/members", fn conn ->
Bypass.stub(bypass, "GET", "/1.0/cluster/members", fn conn ->
conn
|> Plug.Conn.put_resp_header("content-type", "application/json")
|> Plug.Conn.resp(200, cluster_members)
Expand Down

0 comments on commit c55c9ef

Please sign in to comment.