Skip to content

Commit

Permalink
Fixing the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
deadly-panda committed Jan 28, 2022
1 parent 332d845 commit 8139e7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ def testVirusTotalAgent_when_virusTotalApiReturnsValidResponse_noRaiseVirusTotal
and finally emits a message of type v3.report.vulnerability with the details above.
"""

def virustotal_valid_response(message): # pylint: disable=W0613
def virustotal_valid_response(message):
"""Method for mocking the Virus Total public API valid response."""
del message
response = {
'results': {
'scans': {
Expand Down

0 comments on commit 8139e7d

Please sign in to comment.