openwhisk-catalog icon indicating copy to clipboard operation
openwhisk-catalog copied to clipboard

hello test should confirm message appears in logs

Open rabbah opened this issue 8 years ago • 0 comments

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.

rabbah avatar Feb 14 '17 14:02 rabbah