You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
should be amended to check the logs as well.
The text was updated successfully, but these errors were encountered: