Пример #1
0
 def test_save(self):
     obj = GlanceUpdate(glance=self.glance)
     self.assertEqual(obj.label_type, 'html')
     self.assertEqual(obj.save(), obj)