We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d5e41 commit 943cbd4Copy full SHA for 943cbd4
test/page_live_test.exs
@@ -44,7 +44,6 @@ defmodule AshAdmin.Test.PageLiveTest do
44
45
assert html =~ ~s|<script nonce="csp_nonce"|
46
assert html =~ ~s|<style nonce="csp_nonce"|
47
- assert html =~ ~s|<link nonce="csp_nonce"|
48
refute html =~ "ash_admin-Ed55GFnX"
49
50
html =
@@ -56,7 +55,6 @@ defmodule AshAdmin.Test.PageLiveTest do
56
55
57
assert html =~ ~s|<script nonce="script_nonce"|
58
assert html =~ ~s|<style nonce="style_nonce"|
59
- assert html =~ ~s|<link nonce="style_nonce"|
60
61
end
62
0 commit comments