Use double quotes consistently in en-US (#24141)
Also removes quotes in commit messages related to file modifications made in the Web UI.
This commit is contained in:
parent
9611710636
commit
2ef6ac8dbf
8 changed files with 86 additions and 86 deletions
|
@ -199,7 +199,7 @@ func TestAPIUpdateFile(t *testing.T) {
|
|||
req = NewRequestWithJSON(t, "PUT", url, &updateFileOptions)
|
||||
resp = MakeRequest(t, req, http.StatusOK)
|
||||
DecodeJSON(t, resp, &fileResponse)
|
||||
expectedMessage := "Update '" + treePath + "'\n"
|
||||
expectedMessage := "Update " + treePath + "\n"
|
||||
assert.EqualValues(t, expectedMessage, fileResponse.Commit.Message)
|
||||
|
||||
// Test updating a file with the wrong SHA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue