8000 Name column in programs table could be emtpy on windows · osquery/osquery@7bceba4 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 7bceba4

Browse files
akindyakovfmanco
authored andcommitted
Name column in programs table could be emtpy on windows
Reviewed By: guliashvili Differential Revision: D13398137 fbshipit-source-id: 4999bccfae56a6ef5eb27e5304ca32c04d22203a
1 parent 0adb5df commit 7bceba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/tables/programs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ProgramsTest : public testing::Test {
2626
TEST_F(ProgramsTest, test_sanity) {
2727
QueryData data = execute_query("select * from programs");
2828
ASSERT_GT(data.size(), 0ul);
29-
ValidatatioMap row_map = {{"name", NonEmptyString},
29+
ValidatatioMap row_map = {{"name", NormalType},
3030
{"version", NormalType},
3131
{"install_location", NormalType},
3232
{"install_source", NormalType},

0 commit comments

Comments
 (0)
0