Commit 12740fa4 by Calen Pennington

Make test_model_data test_set_many_failure slightly more robust

parent 67d66184
......@@ -373,7 +373,7 @@ class StorageTestBase(object):
exception = exception_context.exception
self.assertEquals(len(exception.saved_field_names), 1)
self.assertEquals(exception.saved_field_names[0], 'other_existing_field')
self.assertIn(exception.saved_field_names[0], ('existing_field', 'other_existing_field'))
class TestUserStateSummaryStorage(StorageTestBase, TestCase):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment