Skip to content

Commit 8311c00

Browse files
committed
test: revise test name and follow convention
1 parent c155310 commit 8311c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/load_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def _() -> Tuple[Tuple[str, Union[None, bool, bytes, int, float, str]], ...]:
178178
(("cookie_secure", True),),
179179
),
180180
)
181-
def test_valid_load_config(
181+
def test_load_config_with_valid_csrf_settings(
182182
csrf_settings: Tuple[Tuple[str, Union[None, bool, bytes, int, float, str]], ...],
183183
):
184184
@CsrfProtect.load_config

0 commit comments

Comments
 (0)