Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/polls/tests/structure_tests.py
diff options
context:
space:
mode:
authorRogelio Mita <rogeliomita@activitycentral.com>2013-09-26 19:52:11 (GMT)
committer Rogelio Mita <rogeliomita@activitycentral.com>2013-09-26 20:01:32 (GMT)
commitd8e07004ef9a89921ec0c413cd8ebe20b31c485e (patch)
tree6737ffefd529c1ac3a83f350a47689dcc4b5025e /webapp/polls/tests/structure_tests.py
parent592795ab73cd1e523166e28fb3a7723f21d54023 (diff)
Removed mutable argument from Structure class
Diffstat (limited to 'webapp/polls/tests/structure_tests.py')
-rw-r--r--webapp/polls/tests/structure_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/polls/tests/structure_tests.py b/webapp/polls/tests/structure_tests.py
index c9fe0d9..a9f90a4 100644
--- a/webapp/polls/tests/structure_tests.py
+++ b/webapp/polls/tests/structure_tests.py
@@ -208,7 +208,7 @@ class StructureTests(MongoTestCase):
}
}
- structure = Structure(poll=self.poll)
+ structure = Structure(data={}, poll=self.poll)
field = Field({
'name': "field_0_0",