Skip to content

Commit

Permalink
fix: Add 'FORMAT' field to query mock.
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielEValenzuela committed Mar 1, 2024
1 parent f030a3a commit 02d8633
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@
stage: agent sync_info set synced
-
input: agent 003 package get
output: ['due {"name":"test_deb_pkg","version":"1.0.0","architecture":"amd64","vendor":"Wazuh wazuh@wazuh.com","item_id":"1"}','due {"name":"test_rpm_pkg","version":"1.0.0","architecture":"amd64","vendor":"Wazuh wazuh@wazuh.com","item_id":"1"}','ok {"status":"SUCCESS"}']
output: ['due {"name":"test_deb_pkg","version":"1.0.0","architecture":"amd64","vendor":"Wazuh wazuh@wazuh.com","format":"deb","item_id":"1"}', 'due {"name":"test_rpm_pkg","version":"1.0.0","architecture":"amd64","vendor":"Wazuh wazuh@wazuh.com","format":"rpm","item_id":"1"}', 'ok {"status":"SUCCESS"}']
stage: agent sys_programs getting not all packages

0 comments on commit 02d8633

Please sign in to comment.