mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-06 01:25:20 +00:00
CI: Setting non-required deb_packages fields
as optional in test (#7001)
This commit is contained in:
parent
b5b9b0872d
commit
c4016ec2a4
@ -35,8 +35,8 @@ TEST_F(DebPackages, test_sanity) {
|
||||
{"revision", NormalType},
|
||||
{"status", NonEmptyString},
|
||||
{"maintainer", NonEmptyString},
|
||||
{"section", NonEmptyString},
|
||||
{"priority", NonEmptyString}};
|
||||
{"section", NormalType},
|
||||
{"priority", NormalType}};
|
||||
|
||||
validate_rows(rows, row_map);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user