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 644b1b1 commit 6881805Copy full SHA for 6881805
tests/integration/test_csp.py
@@ -25,7 +25,7 @@ def does_not_raise():
25
(True, "sha999", pytest.raises(ValueError)),
26
],
27
)
28
-def test_csp_hashes_inline_scripts(dash_duo, add_hashes, hash_algorithm, expectation):
+def test_incs001_csp_hashes_inline_scripts(dash_duo, add_hashes, hash_algorithm, expectation):
29
app = dash.Dash(__name__)
30
31
app.layout = html.Div(
0 commit comments