apache / openwhisk-client-js

JavaScript client library for the Apache OpenWhisk platform
https://openwhisk.apache.org/
Apache License 2.0
83 stars 53 forks source link

Remove use of whisk.system packages in integration tests #191

Open jthomas opened 5 years ago

jthomas commented 5 years ago

Assumes these packages are installed when testing against different OW instances. Replace with manually created and controlled actions in a namespace.

Nimra2212 commented 3 years ago

@jthomas You means we need to remove "feedName: '/whisk.system/alarms/alarm'," from integration test file right?