openwhisk-catalog
openwhisk-catalog copied to clipboard
hello test should confirm message appears in logs
it should "indicates this action is successfully called" in {
val run = wsk.action.invoke(helloAction, Map())
withActivation(wsk.activation, run) {
activation =>
activation.response.success shouldBe true
}
}
should be amended to check the logs as well.