backport #22199
This commit is contained in:
parent
421d87933b
commit
37e23c982f
2 changed files with 2 additions and 11 deletions
|
@ -22,7 +22,4 @@ func TestSignOut(t *testing.T) {
|
|||
// try to view a private repo, should fail
|
||||
req = NewRequest(t, "GET", "/user2/repo2")
|
||||
session.MakeRequest(t, req, http.StatusNotFound)
|
||||
|
||||
// invalidate cached cookies for user2, for subsequent tests
|
||||
delete(loginSessionCache, "user2")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue