We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69984e5 commit a3a6493Copy full SHA for a3a6493
routers/web/repo/release_test.go
@@ -75,7 +75,7 @@ func TestNewReleasePost(t *testing.T) {
75
Target: testCase.Form.Target,
76
Title: testCase.Form.Title,
77
Note: testCase.Form.Content,
78
- IsTag: true,
+ IsTag: testCase.IsTag,
79
}, unittest.Cond("is_draft=?", len(testCase.Form.Draft) > 0))
80
ctx.Repo.GitRepo.Close()
81
}
0 commit comments