|
@@ -49,7 +49,7 @@ class ConfigContextTestCase(TestCase):
|
|
|
for i in range(1, 4):
|
|
for i in range(1, 4):
|
|
|
configcontext = ConfigContext(
|
|
configcontext = ConfigContext(
|
|
|
name='Config Context {}'.format(i),
|
|
name='Config Context {}'.format(i),
|
|
|
- data='{{"foo": {}}}'.format(i)
|
|
|
|
|
|
|
+ data={"foo": i}
|
|
|
)
|
|
)
|
|
|
configcontext.save()
|
|
configcontext.save()
|
|
|
configcontext.sites.add(site)
|
|
configcontext.sites.add(site)
|