-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
migrate some services from examples to openApi part 46; affects [codeclimate librariesio nexus] and securityheaders #9933
Conversation
|
🚀 Updated review app: https://pr-9933-badges-shields.fly.dev |
|
OK. Thanks for the pointer. I think I mostly figured it out 🤞 |
@@ -269,7 +267,7 @@ t.create('Nexus 3 - search snapshot version valid snapshot artifact') | |||
|
|||
t.create('Nexus 3 - search snapshot version for artifact without snapshots') | |||
.get( | |||
'/s/javax.inject/javax.inject.json?server=https://nexus.pentaho.org&nexusVersion=3', | |||
'/s/com.tomkeuper/spigot.json?server=https://repo.tomkeuper.com&nexusVersion=3', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the one I am least sure if I got right. It does appear to throw the right error message.
@@ -46,7 +46,7 @@ t.create('test coverage when outer user repos query returns multiple items') | |||
}, | |||
latest_default_branch_test_report: { | |||
data: { | |||
id: '6463c8a3e3bc340001004bce', | |||
id: '65a1662cb0077b00013cb4de', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like this is not a sustainable solution for this test, but I think I'm not going to deal with re-writing this test in this PR as it is a bit of a yak-shave that isn't really related to the original point of this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the tests, I think all is good! 👍🏻
Refs #9285
With nexus, we don't have passing tests for nexus v3
I have actually managed to find a couple of public nexus servers running v3:
but I can't work out how to get a working badge out of either of them.
With Security Headers, the tests fail because the badges themselves are broken #9154 I figure lets just migrate the examples here and leave that as an issue for another time.