Skip to content

Commit

Permalink
#789: fix campaign test for new API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Mar 28, 2023
1 parent d790dfb commit c0a18f0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 22 deletions.
22 changes: 0 additions & 22 deletions test/resources/9999999/hub/v1/campaigns/get-response.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"startIndex": 0,
"itemsPerPage": 50,
"totalResults": 1,
"entry": [
{
"id": "MjMxOjQ2OjA",
"type": "Campaign",
"createdDate": "2021-05-17T11:52:40Z",
"lastUpdated": "2023-03-28T14:35:34.213Z",
"createdBy": "https://mcabcdefghijkl-mnopqrs.rest.marketingcloudapis.com/legacy/v1/beta/organization/user/Nzc1MTU2ODo0OjA",
"name": "testExisting_campaign",
"description": "Test Campaign",
"externalKey": "TEST CAMPAIGN",
"campaignCode": "",
"ownerId": "https://mcabcdefghijkl-mnopqrs.rest.marketingcloudapis.com/legacy/v1/beta/organization/user/NzI5NzMwMTo0OjA",
"display": {
"name": "color",
"value": "f6efb6"
},
"isFavorite": false,
"plannedDeploymentDate": "2021-05-16T22:00:00Z",
"campaignOwnerName": "Jörn Berkefeld",
"campaignId": 231,
"campaignStatus": "InProcess",
"campaignOwner": "MDo0OjE"
}
]
}

0 comments on commit c0a18f0

Please sign in to comment.