Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop committed Aug 15, 2024
1 parent e622bf5 commit 1b3008c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/lib/collectors/grr_hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,7 @@ def testProcessWindowsArtifacts(self,
self.grr_artifact_collector.PostProcess()

kwargs = mock_ArtifactCollectorFlowArgs.call_args[1]
# Raw access for Windows
self.assertTrue(kwargs['use_raw_filesystem_access'])
self.assertFalse(kwargs["use_raw_filesystem_access"])

@mock.patch('grr_api_client.api.InitHttp')
@mock.patch('grr_api_client.flow.FlowRef.Get')
Expand Down

0 comments on commit 1b3008c

Please sign in to comment.