Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JSCU-CNI committed Sep 17, 2024
1 parent 0b61f8d commit 95a0d05
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/plugins/os/windows/regf/test_applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ def test_windows_applications(target_win_users: Target, hive_hklm: VirtualHive)
assert results[0].type == "user"
assert results[0].path == "C:\\Users\\user\\Desktop\\GoogleChromeEnterpriseBundle64\\Installers\\"

assert results[0].ts_installed is None
assert results[0].name == "Mozilla Firefox (x64 nl)"
assert results[0].version == "123.0.1"
assert results[0].author == "Mozilla"
assert results[0].type == "user"
assert results[0].path == "C:\\Program Files\\Mozilla Firefox\\firefox.exe,0"
assert results[1].ts_installed is None
assert results[1].name == "Mozilla Firefox (x64 nl)"
assert results[1].version == "123.0.1"
assert results[1].author == "Mozilla"
assert results[1].type == "user"
assert results[1].path == "C:\\Program Files\\Mozilla Firefox\\firefox.exe,0"

0 comments on commit 95a0d05

Please sign in to comment.