diff options
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", |