mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Turn Acrobat Reader CPE test back on (#31049)
#29571 resolved itself apparently. - [x] Added/updated automated tests
This commit is contained in:
parent
1164ddd6a6
commit
b979330680
1 changed files with 12 additions and 12 deletions
|
|
@ -492,18 +492,18 @@ func TestCPEFromSoftwareIntegration(t *testing.T) {
|
|||
testCases := []struct {
|
||||
software fleet.Software
|
||||
cpe string
|
||||
}{ /*
|
||||
{ // See #29570
|
||||
software: fleet.Software{
|
||||
Name: "Adobe Acrobat Reader DC.app",
|
||||
Source: "apps",
|
||||
Version: "22.002.20191",
|
||||
Vendor: "",
|
||||
BundleIdentifier: "com.adobe.Reader",
|
||||
},
|
||||
cpe: "cpe:2.3:a:adobe:acrobat_reader_dc:22.002.20191:*:*:*:*:macos:*:*",
|
||||
},
|
||||
*/{
|
||||
}{
|
||||
{
|
||||
software: fleet.Software{
|
||||
Name: "Adobe Acrobat Reader DC.app",
|
||||
Source: "apps",
|
||||
Version: "22.002.20191",
|
||||
Vendor: "",
|
||||
BundleIdentifier: "com.adobe.Reader",
|
||||
},
|
||||
cpe: "cpe:2.3:a:adobe:acrobat_reader_dc:22.002.20191:*:*:*:*:macos:*:*",
|
||||
},
|
||||
{
|
||||
software: fleet.Software{
|
||||
Name: "Adobe Lightroom.app",
|
||||
Source: "apps",
|
||||
|
|
|
|||
Loading…
Reference in a new issue