-
Notifications
You must be signed in to change notification settings - Fork 73
Remove hack in the Invitations backend
#4370
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
base: master
Are you sure you want to change the base?
Changes from 2 commits
8680652
326bb70
02eb1e6
e1dd3b7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -334,6 +334,7 @@ class SsoSignupTest < ActiveSupport::TestCase | |
| assert_equal result.username, user_data[:username] | ||
| assert result.active? | ||
| assert authentication_strategy.error_message.blank? | ||
| assert invitation.reload.accepted? | ||
| end | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm gonna ignore these, I don't see the problem on the duplication, these are tests. |
||
| end | ||
| end | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -258,6 +258,7 @@ class SsoSignupTest < ActiveSupport::TestCase | |
| assert_equal result.username, user_data[:username] | ||
| assert result.active? | ||
| assert authentication_strategy.error_message.blank? | ||
| assert invitation.reload.accepted? | ||
| end | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| end | ||
| end | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.