Skip to content

Commit 85fdd54

Browse files
committed
creating tests for adding fields in activity with semicolons
1 parent d30f34f commit 85fdd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream_framework/tests/serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ActivitySerializationTest(unittest.TestCase):
1818
serialization_class = BaseSerializer
1919
serialization_class_kwargs = {
2020
'activity_class': Activity, 'aggregated_activity_class': AggregatedActivity}
21-
activity_extra_context = {'xxx': 'yyy'}
21+
activity_extra_context = {'xxx': 'yyy', 'with_semicolons': 'foo;bar;;'}
2222

2323
def setUp(self):
2424
from stream_framework.verbs.base import Love as LoveVerb

0 commit comments

Comments
 (0)