-
Notifications
You must be signed in to change notification settings - Fork 333
Remove non binding teams #2514
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
Remove non binding teams #2514
Conversation
cb1ca41
to
ae36ed9
Compare
One more thing: There are now a lot of names containing "binding", which doesn't make sense any more now. I wonder if there should be another PR cleaning those up as well? |
I think we should do this in another PR. |
@@ -586,7 +586,7 @@ testRegularUserLegalHoldLogin brig = do | |||
uid <- userId <$> randomUser brig | |||
-- fail if user is not a team user | |||
legalHoldLogin brig (LegalHoldLogin uid (Just defPassword) Nothing) PersistentCookie !!! do | |||
const 403 === statusCode | |||
const 404 === statusCode |
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.
@dkovacevic do you check the specifics of 4xx when logging in LH devices? we're changing the status code for an error condition from 403 to 404 here, any objections?
Co-authored-by: fisx <[email protected]>
Co-authored-by: fisx <[email protected]>
cc50dbf
to
9fb8e8d
Compare
This reverts commit b1c39db. (part 1)
This reverts parts of commit b1c39db. Changes to integration tests remain intact (we don't test non-binding teams any more).
Co-authored-by: Leif Battermann <[email protected]>
https://wearezeta.atlassian.net/browse/SQSERVICES-1619
Remove deprecated non-binding teams code.
Checklist
changelog.d
.