Remove captcha dependency shape test

This commit is contained in:
Lain Soykaf 2026-05-13 23:09:29 +04:00
commit 9ae1249ccb
No known key found for this signature in database

View file

@ -50,14 +50,6 @@ defmodule Pleroma.CaptchaTest do
end end
describe "Native" do describe "Native" do
test "uses the published pleroma_captcha package" do
deps = Mix.Project.config() |> Keyword.fetch!(:deps)
assert {:captcha, "~> 1.0.3", opts} = Enum.find(deps, &(elem(&1, 0) == :captcha))
assert opts[:hex] == :pleroma_captcha
refute Keyword.has_key?(opts, :compile)
refute Keyword.has_key?(opts, :git)
end
test "new and validate" do test "new and validate" do
new = Native.new() new = Native.new()