Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
deadly-panda committed Feb 26, 2025
1 parent 098f95c commit 3dff59c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def testSendVulnerabilityMessage_withVulnerabilityLocationWithoutAsset_emitVulne
== agent_report_vulnerability_mixin.MetadataType.LOG.name
)
assert (
agent_mock[0].data["vulnerability_location"]["metadata"][0]["raw_value"]
agent_mock[0].data["vulnerability_location"]["metadata"][0]["value"]
== "kernel[0] <Notice>: bpf0 attached to pktap0"
)

Expand Down

0 comments on commit 3dff59c

Please sign in to comment.