mirror of
1
Fork 0

remove commented leftovers

This commit is contained in:
Robert Wolff 2024-07-28 16:27:51 +02:00
parent 90fe38ec83
commit 5bb191e14d
1 changed files with 0 additions and 1 deletions

View File

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