Skip to content

Commit

Permalink
Update config and test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyEPhipps committed Nov 27, 2023
1 parent a8aca2f commit b8b6a0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/config/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"menu_tye": "comicrelief",
"campaign": {
"id": "General",
"name": "RND23"
"name": "YW23"
},
"GTM": {
"id": "GTM-TC9H9D",
Expand All @@ -30,7 +30,7 @@
"menu_tye": "sportrelief",
"campaign": {
"id": "General",
"name": "RND23"
"name": "YW23"
},
"GTM": {
"id": "GTM-TC9H9D",
Expand All @@ -51,7 +51,7 @@
"menu_tye": "comicrelief",
"campaign": {
"id": "General",
"name": "RND23"
"name": "YW23"
},
"GTM": {
"id": "GTM-TC9H9D",
Expand Down
2 changes: 1 addition & 1 deletion tests/feature/submit/marketingPreferencesData.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module.exports = {
const { data: { data } } = response;

client.assert.equal(response.status, 200, '200 OK');
client.assert.equal(data.campaign, 'RND23', 'campaignCode');
client.assert.equal(data.campaign, 'YW23', 'campaignCode');
client.assert.equal(data.firstname, testData.firstName, 'firstName');
client.assert.equal(data.lastname, testData.lastName, 'lastName');
client.assert.equal(data.email, email, 'email');
Expand Down

0 comments on commit b8b6a0d

Please sign in to comment.