remove unused assignment
This commit is contained in:
parent
276bf850c9
commit
152f26f05b
|
@ -583,7 +583,7 @@ func TestUserPronouns(t *testing.T) {
|
|||
"email": user2.Email,
|
||||
"pronouns": newPronouns,
|
||||
})
|
||||
resp = adminSession.MakeRequest(t, req, http.StatusSeeOther)
|
||||
adminSession.MakeRequest(t, req, http.StatusSeeOther)
|
||||
|
||||
user2New := unittest.AssertExistsAndLoadBean(t, &user_model.User{Name: "user2"})
|
||||
assert.Equal(t, newPronouns, user2New.Pronouns)
|
||||
|
|
Loading…
Reference in a new issue