We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30f34f commit 85fdd54Copy full SHA for 85fdd54
stream_framework/tests/serializers.py
@@ -18,7 +18,7 @@ class ActivitySerializationTest(unittest.TestCase):
18
serialization_class = BaseSerializer
19
serialization_class_kwargs = {
20
'activity_class': Activity, 'aggregated_activity_class': AggregatedActivity}
21
- activity_extra_context = {'xxx': 'yyy'}
+ activity_extra_context = {'xxx': 'yyy', 'with_semicolons': 'foo;bar;;'}
22
23
def setUp(self):
24
from stream_framework.verbs.base import Love as LoveVerb
0 commit comments