diff options
author | Lauris BH <lauris@nix.lv> | 2017-07-13 06:35:47 +0300 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-07-12 22:35:47 -0500 |
commit | b639fa16481cdd32f491a8267fc83a5a472f9093 (patch) | |
tree | 4fcbc9187df281600b815e1b3e61b420e131aab4 /models/action_test.go | |
parent | 7d61834dc983d799acf9aea795b78c6285f363c3 (diff) | |
download | gitea-b639fa16481cdd32f491a8267fc83a5a472f9093.tar.gz gitea-b639fa16481cdd32f491a8267fc83a5a472f9093.zip |
Ignore invalid issue numbers in commit messages. Fixes #2022 (#2150)
Diffstat (limited to 'models/action_test.go')
-rw-r--r-- | models/action_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/action_test.go b/models/action_test.go index 96ee9a5f73..431469e732 100644 --- a/models/action_test.go +++ b/models/action_test.go @@ -161,7 +161,7 @@ func TestUpdateIssuesCommit(t *testing.T) { CommitterName: "User Two", AuthorEmail: "user4@example.com", AuthorName: "User Four", - Message: "start working on #1", + Message: "start working on #FST-1, #1", }, { Sha1: "abcdef2", |