mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-06-13 23:00:04 -04:00
fix test
This commit is contained in:
parent
0c62db728d
commit
b74e2009cc
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ func TestRunnerModification(t *testing.T) {
|
|||
sess.MakeRequest(t, req, http.StatusSeeOther)
|
||||
flashCookie := sess.GetCookie(app_context.CookieNameFlash)
|
||||
assert.NotNil(t, flashCookie)
|
||||
assert.Equal(t, "success%3DRunner%2Bupdated%2Bsuccessfully", flashCookie.Value)
|
||||
assert.Equal(t, "success%3DRunner%2Bedited%2Bsuccessfully", flashCookie.Value)
|
||||
}
|
||||
|
||||
req = NewRequest(t, "POST", baseURL+fmt.Sprintf("/%d/delete", id))
|
||||
|
|
|
|||
Loading…
Reference in a new issue