Skip to content

Commit

Permalink
Update image_export_tool.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Feb 8, 2025
1 parent 8f0fa5f commit ce574b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/cli/image_export_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,11 +644,9 @@ def testProcessSourceEnableArtifactsMap(self):
f'a_directory{os.sep}another_file',
f'a_directory{os.sep}a_file'],
'TestFiles4':
[f'a_directory{os.sep}another_file', 'passwords.txt']
}
[f'a_directory{os.sep}another_file', 'passwords.txt']}

extracted_files = self._RecursiveList(temp_directory)

self.assertEqual(sorted(extracted_files), expected_extracted_files)

# Verify content of artifacts_map.json
Expand Down

0 comments on commit ce574b5

Please sign in to comment.