Skip to content

Commit

Permalink
revert(specs): insights identify (#2182)
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam authored Oct 23, 2023
1 parent 11c1d8d commit 517f9cb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 45 deletions.
3 changes: 1 addition & 2 deletions specs/insights/common/schemas/EventsItems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ oneOf:
- $ref: './AddedToCartObjectIDsAfterSearch.yml'
- $ref: './AddedToCartObjectIDs.yml'
- $ref: './PurchasedObjectIDs.yml'
- $ref: './PurchasedObjectIDsAfterSearch.yml'
- $ref: './Identify.yml'
- $ref: './PurchasedObjectIDsAfterSearch.yml'
16 changes: 0 additions & 16 deletions specs/insights/common/schemas/Identify.yml

This file was deleted.

2 changes: 0 additions & 2 deletions specs/insights/common/schemas/IdentifyEvent.yml

This file was deleted.

25 changes: 0 additions & 25 deletions tests/CTS/methods/requests/insights/pushEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,30 +260,5 @@
]
}
}
},
{
"testName": "Identify",
"parameters": {
"events": [
{
"eventType": "identify",
"userToken": "anonymous-1",
"authenticatedUserToken": "authenticated-1"
}
]
},
"request": {
"path": "/1/events",
"method": "POST",
"body": {
"events": [
{
"eventType": "identify",
"userToken": "anonymous-1",
"authenticatedUserToken": "authenticated-1"
}
]
}
}
}
]

0 comments on commit 517f9cb

Please sign in to comment.