We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39f395 commit c3637c1Copy full SHA for c3637c1
tests/unit/mcpgateway/test_admin.py
@@ -21149,8 +21149,8 @@ def test_load_sri_hashes_excludes_tailwind_play_cdn(self):
21149
admin_mod.load_sri_hashes.cache_clear()
21150
hashes = admin_mod.load_sri_hashes()
21151
assert "tailwindcss" not in hashes
21152
- assert "htmx" in hashes
21153
- assert hashes["htmx"].startswith("sha384-")
+ assert "alpinejs" in hashes
+ assert hashes["alpinejs"].startswith("sha384-")
21154
21155
21156
class TestAdminCsrfProtection:
0 commit comments