-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis build failing due to broken plugin test #14
Comments
outofcoffee
added a commit
that referenced
this issue
Apr 23, 2016
Fixed in b3f5eff. CI build: https://travis-ci.org/apiman/apiman-cli/builds/125208509 |
msavy
pushed a commit
to msavy/apiman-cli
that referenced
this issue
Aug 29, 2017
msavy
pushed a commit
to msavy/apiman-cli
that referenced
this issue
Aug 29, 2017
msavy
pushed a commit
to msavy/apiman-cli
that referenced
this issue
Nov 21, 2017
outofcoffee
added a commit
to msavy/apiman-cli
that referenced
this issue
Nov 29, 2017
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Travis build is failing due to a broken test.
The cause is:
type":"PluginNotFoundException","errorCode":12002,"message":"Plugin does not exist: 1"
The test assumes a predicable ID for the created plugin but this is not so. Need to update test to use the response of listing plugins to get the right ID.
The text was updated successfully, but these errors were encountered: