git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git",
ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"},
{:mox, "~> 0.5", only: :test},
- {:restarter, path: "../restarter"}
+ {:restarter, path: "./restarter"}
] ++ oauth_deps()
end
value: [seconds_valid: 60]
})
- assert capture_log(fn -> TransferTask.load_and_update_env([], false) end) =~ ""
+ refute String.contains?(
+ capture_log(fn -> TransferTask.load_and_update_env([], false) end),
+ "pleroma restarted"
+ )
end
end
end