We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0777da commit 141c18bCopy full SHA for 141c18b
test/unit/groups/lock_test.py
@@ -20,7 +20,9 @@ def test_list_locks(self):
20
self.assertEqual(locks[0].entity.id, 123)
21
self.assertEqual(locks[0].entity.type, "linode")
22
self.assertEqual(locks[1].id, 2)
23
- self.assertEqual(locks[1].lock_type, LockType.cannot_delete_with_subresources)
+ self.assertEqual(
24
+ locks[1].lock_type, LockType.cannot_delete_with_subresources
25
+ )
26
self.assertEqual(locks[1].entity.id, 456)
27
28
def test_create_lock(self):
0 commit comments