update to support latest pubapi

This commit is contained in:
2017-08-29 15:18:10 +02:00
parent 511b7ee143
commit 05b80b618b
4 changed files with 27 additions and 27 deletions

View File

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