correction about Phoenix upgrade - #1814

This commit is contained in:
Laurent GAY
2025-11-22 10:18:37 +01:00
committed by setop
parent 9d0b54a679
commit dc413e3800
20 changed files with 30 additions and 35 deletions

View File

@@ -41,7 +41,7 @@ defmodule Mobilizon.Service.Metadata.UtilsTest do
describe "stringify_tags/1" do
test "converts tags to string" do
alias Phoenix.HTML.Tag
alias PhoenixHTMLHelpers.Tag
tag_1 = Tag.tag(:meta, property: "og:url", content: "one")
tag_2 = "<meta content=\"two\" property=\"og:url\">"