Skip to content

Commit

Permalink
Merge pull request #2498 from certtools/fix-gethostbyname-test
Browse files Browse the repository at this point in the history
tst: adapt IP address of example hostnames
  • Loading branch information
sebix committed May 5, 2024
2 parents b17989f + 7377588 commit de4b093
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 de4b093

Please sign in to comment.