We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d5ce0 commit e9d399fCopy full SHA for e9d399f
1 file changed
tests/test_volume.py
@@ -141,7 +141,8 @@ def test_create_snapshot(self):
141
self.resource['snapshot']['description'])
142
self.assertEqual(self.snapshot1['properties']['location'], configuration.LOCATION)
143
self.assertIsNone(self.snapshot1['properties']['size'])
144
- self.assertEqual(self.snapshot1['properties']['licenceType'], self.image['properties']['licenceType'])
+ self.assertEqual(self.snapshot1['properties']['licenceType'],
145
+ self.image['properties']['licenceType'])
146
147
def test_restore_snapshot(self):
148
response = self.client.restore_snapshot(
0 commit comments