We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a74b0 commit e681b22Copy full SHA for e681b22
coderd/userauth_test.go
@@ -605,6 +605,9 @@ func TestUserOAuth2Github(t *testing.T) {
605
})
606
607
// The bug only is exercised when a deleted user with the same linked_id exists.
608
+ // Still related open issues:
609
+ // - https://github.com/coder/coder/issues/12116
610
+ // - https://github.com/coder/coder/issues/12115
611
t.Run("ChangedEmail", func(t *testing.T) {
612
t.Parallel()
613
0 commit comments