update to fit in with keen.io

This commit is contained in:
2017-08-24 01:06:09 +02:00
parent ca585b20e3
commit b3023d61f3
4 changed files with 11 additions and 13 deletions

View File

@ -6,9 +6,9 @@ let testAnalytics: smartanalytics.Analytics
tap.test('should create a valid AnalyticsAccount', async () => {
testAnalytics = new smartanalytics.Analytics({
projectArg: 'pushrocks',
projectIdArg: 'pushrocks',
appNameArg: 'smartanalytics',
apiEndPointArg: 'https://pubapi-1.herokuapp.com/analytics'
apiEndPointArg: 'https://pubapi-1.lossless.one/analytics'
})
})