Skip to content

Commit 93086ca

Browse files
committed
Fix test
1 parent 3608dd8 commit 93086ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ async def test_endpoint():
206206

207207

208208
@pytest.mark.parametrize(
209-
"middleware_class,expected_data_type,test_data,expected_result,should_transform",
209+
"middleware_class, test_data, expected_result, should_transform",
210210
[
211211
# String middleware tests
212212
(

0 commit comments

Comments
 (0)