From 72975052763d649f744d922f823068c62f2e2c0a Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Wed, 8 Jan 2020 20:43:27 +0100 Subject: [PATCH] Update name. --- backend/test/data/user.js | 6 +++--- backend/test/lead.test.js | 2 +- backend/test/utils/mail.js | 4 ++-- server-monitor/test/test-utils.js | 2 +- zapier/package.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/backend/test/data/user.js b/backend/test/data/user.js index 7327fb3bb1..3351bd9a06 100755 --- a/backend/test/data/user.js +++ b/backend/test/data/user.js @@ -1,6 +1,6 @@ module.exports = { user: { - name: 'Olalekan Ayodele', + name: 'John Smith', email: 'noreply@fyipe.com', password:'1234567890', confirmPassword: '1234567890', @@ -42,7 +42,7 @@ module.exports = { }, newUser: { - name: 'Olalekan Ayodele', + name: 'John Smith', email: 'testmail@fyipe.com', password:'1234567890', confirmPassword: '1234567890', @@ -84,7 +84,7 @@ module.exports = { }, profile: { - name: 'Olalekan Ayodele', + name: 'John Smith', email: 'lekan@fyipe.com', timezone: 'Europe/London', profilePic: 'Image.jpg', diff --git a/backend/test/lead.test.js b/backend/test/lead.test.js index 119a521fc5..088af14524 100755 --- a/backend/test/lead.test.js +++ b/backend/test/lead.test.js @@ -13,7 +13,7 @@ var mailParser = require('mailparser').simpleParser; var textAsHtml, leadData = { 'csrf-token': '1', analytics_event_id: '', - fullname: 'Olalekan Ayodele', + fullname: 'John Smith', email: 'noreply@fyipe.com', website: 'fyipe.com', country: 'IN', diff --git a/backend/test/utils/mail.js b/backend/test/utils/mail.js index 0ed822b0db..d054271b74 100755 --- a/backend/test/utils/mail.js +++ b/backend/test/utils/mail.js @@ -12,9 +12,9 @@ function openBox(cb) { imap.openBox('INBOX', true, cb); } -var signUpEmailContent = 'WELCOME TO FYIPE\nHiOlalekan,\n\n I\'m Nawaz and I\'m the founder of Fyipe. I can\'t thank you enough for signing\nup. \n\nIf you need any help using Fyipe, Please Send us an email at support@fyipe.com\nand let me know.\n\nThanks, have a great day.\n\nFyipe Team'; +var signUpEmailContent = 'WELCOME TO FYIPE\nHiJohn,\n\n I\'m Nawaz and I\'m the founder of Fyipe. I can\'t thank you enough for signing\nup. \n\nIf you need any help using Fyipe, Please Send us an email at support@fyipe.com\nand let me know.\n\nThanks, have a great day.\n\nFyipe Team'; -var feedbackEmailContent = ' THANK YOU FOR YOUR FEEDBACK\nHi Olalekan, \n\nThank you for your feedback. We’ll get back to you as soon as we can. Have a\ngreat day. \n\nFyipe Team'; +var feedbackEmailContent = ' THANK YOU FOR YOUR FEEDBACK\nHi John, \n\nThank you for your feedback. We’ll get back to you as soon as we can. Have a\ngreat day. \n\nFyipe Team'; module.exports = { imap, diff --git a/server-monitor/test/test-utils.js b/server-monitor/test/test-utils.js index d4d21e8516..5540187914 100644 --- a/server-monitor/test/test-utils.js +++ b/server-monitor/test/test-utils.js @@ -1,6 +1,6 @@ module.exports = { user: { - name: 'Olalekan Ayodele', + name: 'John Smith', password: '1234567890', confirmPassword: '1234567890', companyName: 'Hackerbay', diff --git a/zapier/package.json b/zapier/package.json index 4a99de3072..7f9f4067a1 100755 --- a/zapier/package.json +++ b/zapier/package.json @@ -3,7 +3,7 @@ "version": "1.0.8", "description": "Fyipe is an automation tool that helps you monitor the performance and downtime of your APIs and Web apps.", "homepage": "https://fyipe.com", - "author": "Olalekan Ayodele ", + "author": "HackerBay ", "license": "MIT", "main": "index.js", "scripts": {