summaryrefslogtreecommitdiffstats
path: root/tests/integration/api_repo_file_delete_test.go
diff options
context:
space:
mode:
authorPanagiotis "Ivory" Vasilopoulos <git@n0toose.net>2023-04-17 22:04:26 +0000
committerGitHub <noreply@github.com>2023-04-17 18:04:26 -0400
commit2ef6ac8dbf912d887982c9927fadbd8ff2dd96cc (patch)
treebf8bb71ecdc5221f487c68e54ccb9576388100af /tests/integration/api_repo_file_delete_test.go
parent96117106362aa80fffb5de9ce2b8cdf7a0794835 (diff)
downloadgitea-2ef6ac8dbf912d887982c9927fadbd8ff2dd96cc.tar.gz
gitea-2ef6ac8dbf912d887982c9927fadbd8ff2dd96cc.zip
Use double quotes consistently in en-US (#24141)
Also removes quotes in commit messages related to file modifications made in the Web UI.
Diffstat (limited to 'tests/integration/api_repo_file_delete_test.go')
-rw-r--r--tests/integration/api_repo_file_delete_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/api_repo_file_delete_test.go b/tests/integration/api_repo_file_delete_test.go
index 9b80dc150a..ae28c97002 100644
--- a/tests/integration/api_repo_file_delete_test.go
+++ b/tests/integration/api_repo_file_delete_test.go
@@ -99,7 +99,7 @@ func TestAPIDeleteFile(t *testing.T) {
req = NewRequestWithJSON(t, "DELETE", url, &deleteFileOptions)
resp = MakeRequest(t, req, http.StatusOK)
DecodeJSON(t, resp, &fileResponse)
- expectedMessage := "Delete '" + treePath + "'\n"
+ expectedMessage := "Delete " + treePath + "\n"
assert.EqualValues(t, expectedMessage, fileResponse.Commit.Message)
// Test deleting a file with the wrong SHA