apache / openwhisk-package-pushnotifications

OpenWhisk Package for Bluemix Push Notifications Service
Apache License 2.0
10 stars 17 forks source link

Replace the binary Wsk with REST interface WskRest #83

Open houshengbo opened 6 years ago

houshengbo commented 6 years ago

All the non-CLI related tests should sunset the wsk, and re-implement them with wskrest.

import common.wsk 
val wsk = new Wsk

need to be changed to

import common.rest.WskRest
val wsk = new WskRest

plus there may be changes to the rest of the tests as well, since the response result may have been changed.

houshengbo commented 6 years ago

There is one test case: PushNotificationsTests