Open
Description
This test is a false positive, and will need a unit go test to properly test this:
The test succeeds only because there are activations in the database. Try it on an empty database:
> wsk -i activation get x --last
error: Unable to get activation: Activation list does not contain any activations.
Run 'wsk --help' for usage.
the parameter validation is wrong and it goes on to query the API for the activations, which should not happen.