Skip to content

Commit e8daf96

Browse files
committed
Fix lint [skip ci]
1 parent 57a9e7f commit e8daf96

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/mock_vws/test_add_target.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,11 +646,12 @@ class TestApplicationMetadata:
646646
"""
647647

648648
@pytest.mark.parametrize(
649-
'metadata', [
649+
'metadata',
650+
[
650651
b'a',
651652
b'a' * (1024 * 1024),
652653
],
653-
ids=['Short', 'Max length']
654+
ids=['Short', 'Max length'],
654655
)
655656
def test_base64_encoded(
656657
self,

0 commit comments

Comments
 (0)