We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767a215 commit 2639fb2Copy full SHA for 2639fb2
1 file changed
tests/providers/gcp/internal/test_compute.py
@@ -594,6 +594,7 @@ def testListDisks(self, mock_get_disk, mock_get_operation):
594
self.assertEqual(['fake-boot-disk', 'fake-disk'], list(disks.keys()))
595
mock_get_disk.assert_has_calls([mock.call('fake-boot-disk'), mock.call('fake-disk')])
596
597
+ @typing.no_type_check
598
@mock.patch('libcloudforensics.providers.gcp.internal.compute.GoogleCloudCompute.ListDisks')
599
@mock.patch('libcloudforensics.providers.gcp.internal.compute.GoogleComputeInstance.GetOperation')
600
@mock.patch('libcloudforensics.providers.gcp.internal.common.GoogleCloudComputeClient.GceApi')
0 commit comments