remove commented leftovers

This commit is contained in:
Robert Wolff 2024-07-28 16:27:51 +02:00
parent 90fe38ec83
commit 5bb191e14d

View file

@ -318,7 +318,6 @@ Description`)
// Issues list should show the correct numbers of checked and total checkboxes
repo, err := repo_model.GetRepositoryByOwnerAndName(db.DefaultContext, "user2", "repo1")
assert.NoError(t, err)
//repo = unittest.AssertExistsAndLoadBean(t, &repo_model.Repository{ID: repo.ID})
req = NewRequestf(t, "GET", "%s/issues", repo.Link())
resp = MakeRequest(t, req, http.StatusOK)