diff options
author | Robert Wolff <mahlzahn@posteo.de> | 2024-07-28 16:27:51 +0200 |
---|---|---|
committer | Robert Wolff <mahlzahn@posteo.de> | 2024-07-28 16:27:51 +0200 |
commit | 5bb191e14d78c6e12923f302e89de2f8b92bc67d (patch) | |
tree | f60f404a15efe7760dc007620f036983daee6d10 | |
parent | add integration test for check list numbers on issues list page (diff) | |
download | forgejo-5bb191e14d78c6e12923f302e89de2f8b92bc67d.tar.xz forgejo-5bb191e14d78c6e12923f302e89de2f8b92bc67d.zip |
remove commented leftovers
-rw-r--r-- | tests/integration/issue_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/issue_test.go b/tests/integration/issue_test.go index e79c2ae55a..bf05c3c0a6 100644 --- a/tests/integration/issue_test.go +++ b/tests/integration/issue_test.go @@ -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) |