Skip to content

Commit

Permalink
Merge branch 'develop' into 2493-shadowserver-api-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
sebix committed May 5, 2024
2 parents f9d1b6d + de4b093 commit 5c4d101
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions intelmq/tests/bots/experts/gethostbyname/test_expert.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
EXAMPLE_OUTPUT = {"__type": "Event",
"source.fqdn": "example.com",
"destination.fqdn": "example.org",
"source.ip": "93.184.216.34",
"destination.ip": "93.184.216.34",
"source.ip": "93.184.215.14",
"destination.ip": "93.184.215.14",
"time.observation": "2015-01-01T00:00:00+00:00"
}
NONEXISTING_INPUT = {"__type": "Event",
Expand All @@ -34,7 +34,7 @@
}
EXAMPLE_URL_OUTPUT = {"__type": "Event",
"source.url": "http://example.com",
"source.ip": "93.184.216.34",
"source.ip": "93.184.215.14",
}
EXISITNG_INPUT = {"__type": "Event",
"source.fqdn": "example.com",
Expand Down

0 comments on commit 5c4d101

Please sign in to comment.