eclipse / microprofile-open-api

Microprofile open api
Apache License 2.0
131 stars 81 forks source link

Add missing RunAsClient to BeanValidationTest #534

Closed Azquelt closed 2 years ago

Azquelt commented 2 years ago

Some methods were missing the @RunAsClient annotation

This was missed in #531 Contributes to #482

Azquelt commented 2 years ago

Possibly for next release we could see if we can set @Deployment(testable=false) instead of putting @RunAsClient on every method.