Skip to content

Commit 6881805

Browse files
authored
Update tests/integration/test_csp.py
1 parent 644b1b1 commit 6881805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_csp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def does_not_raise():
2525
(True, "sha999", pytest.raises(ValueError)),
2626
],
2727
)
28-
def test_csp_hashes_inline_scripts(dash_duo, add_hashes, hash_algorithm, expectation):
28+
def test_incs001_csp_hashes_inline_scripts(dash_duo, add_hashes, hash_algorithm, expectation):
2929
app = dash.Dash(__name__)
3030

3131
app.layout = html.Div(

0 commit comments

Comments
 (0)