Skip to content

Commit 2639fb2

Browse files
committed
One more
1 parent 767a215 commit 2639fb2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/providers/gcp/internal/test_compute.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ def testListDisks(self, mock_get_disk, mock_get_operation):
594594
self.assertEqual(['fake-boot-disk', 'fake-disk'], list(disks.keys()))
595595
mock_get_disk.assert_has_calls([mock.call('fake-boot-disk'), mock.call('fake-disk')])
596596

597+
@typing.no_type_check
597598
@mock.patch('libcloudforensics.providers.gcp.internal.compute.GoogleCloudCompute.ListDisks')
598599
@mock.patch('libcloudforensics.providers.gcp.internal.compute.GoogleComputeInstance.GetOperation')
599600
@mock.patch('libcloudforensics.providers.gcp.internal.common.GoogleCloudComputeClient.GceApi')

0 commit comments

Comments
 (0)