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 eea643a commit 2ca3ef9Copy full SHA for 2ca3ef9
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