Skip to content

Commit

Permalink
Fix test traceable (demisto#27952)
Browse files Browse the repository at this point in the history
* fixed test
  • Loading branch information
michal-dagan authored and xsoar-bot committed Aug 2, 2023
1 parent d1f2697 commit 934a11f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Packs/Traceable/Integrations/Traceable/Traceable_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"displaySpanName": "POST /get_user",
"userIdentifier": "xxx@outlook.zz",
"sessionId": "00b79cf7-f47a-7903-2b72-f6c3c65ae04e",
"ipAddress": "192.0.2.255",
"ipAddress": "8.8.8.8",
"userCountry": "United States",
"userCity": "Houston",
"userRoles": [
Expand All @@ -24,11 +24,11 @@
"endTime": 1687388481679,
"traceId": "a1f93e44b31be69835cfeeac4f181869",
"spanTags": {
"net.peer.port": "56453",
"http.url": "http://localhost:8784/get_user?forwardUrl=http%3A%2F%2Fdummyjon.com",
"net.peer.port": "5355",
"http.url": "http://localhost:1111/get_user?forwardUrl=http%3A%2F%2Fdummyjon.com",
"enduser.role": "customer",
"net.peer.ip": "192.0.2.255",
"net.host.ip": "192.0.2.255",
"net.peer.ip": "8.8.8.8",
"net.host.ip": "8.8.8.8",
"traceableai.enriched.api_type": "HTTP",
"http.status_code": "200",
"enduser.id": "xxx@outlook.zz",
Expand All @@ -49,7 +49,7 @@
"spanRequestBody": "email=xxx@outlook.zz&password=${<script alert(1) />}",
"spanRequestHeaders": {
"content-type": "application/json",
"x-forwarded-for": "192.0.2.255"
"x-forwarded-for": "8.8.8.8"
},
"spanRequestCookies": {}
}
Expand Down Expand Up @@ -106,13 +106,13 @@
"value": "United States"
},
"actorIpAddress": {
"value": "192.0.2.255"
"value": "8.8.8.8"
},
"actorDevice": {
"value": "null"
},
"apiUri": {
"value": "http://localhost:8784/get_user?forwardUrl=http%3A%2F%2Fdummyjon.com"
"value": "http://localhost:1111/get_user?forwardUrl=http%3A%2F%2Fdummyjon.com"
},
"traceId": {
"value": "a1f93e44b31be69835cfeeac4f181869"
Expand Down

0 comments on commit 934a11f

Please sign in to comment.