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 appears that immutable specs are used together with scopes. This gives false positives; scopes always succeed. See this commit for the proof: 87c0d46
It appears that immutable specs are used together with scopes. This gives false positives; scopes always succeed. See this commit for the proof:
87c0d46
With this commit, the tests still pass.
It looks like something changed in newer specs2 versions, which is used for the Play 2.3 branch: https://github.com/Rhinofly/play-elasticsearch-client/tree/play-2.3
This branch does give errors during testing and it looks like they are real errors.