Skip to content

Commit 901b63c

Browse files
committed
linter appeasement
1 parent b8979a8 commit 901b63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/providers/gcp/test_forensics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def testCopyDisksToGCS(self, mock_project: mock.MagicMock):
165165
dest_bucket_name,
166166
'/path/to/directory/',
167167
'qcow2')
168-
168+
169169
mock_project.assert_called_once_with(gcp_mocks.FAKE_SOURCE_PROJECT.project_id)
170170
mock_project.return_value.compute.GetDisk.assert_called_once_with(gcp_mocks.FAKE_DISK.name)
171171

0 commit comments

Comments
 (0)