Skip to content

Commit

Permalink
fix string in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Sep 1, 2024
1 parent 967714d commit 033d0ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/controllers/settings/profiles_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
a { text-decoration: none; }
a:hover {
left: expression(alert('xss!'));
text-decoration: underline;
left: expression(alert('xss!'));
text-decoration: underline;
}
CSS
},
Expand All @@ -70,7 +70,7 @@
a:hover {
text-decoration: underline;
text-decoration: underline;
}
CSS
end
Expand Down

0 comments on commit 033d0ab

Please sign in to comment.