Skip to content

Commit 943cbd4

Browse files
committed
test: remove unncessary assertions
1 parent 73d5e41 commit 943cbd4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/page_live_test.exs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ defmodule AshAdmin.Test.PageLiveTest do
4444

4545
assert html =~ ~s|<script nonce="csp_nonce"|
4646
assert html =~ ~s|<style nonce="csp_nonce"|
47-
assert html =~ ~s|<link nonce="csp_nonce"|
4847
refute html =~ "ash_admin-Ed55GFnX"
4948

5049
html =
@@ -56,7 +55,6 @@ defmodule AshAdmin.Test.PageLiveTest do
5655

5756
assert html =~ ~s|<script nonce="script_nonce"|
5857
assert html =~ ~s|<style nonce="style_nonce"|
59-
assert html =~ ~s|<link nonce="style_nonce"|
6058
refute html =~ "ash_admin-Ed55GFnX"
6159
end
6260

0 commit comments

Comments
 (0)