From 2ef6ac8dbf912d887982c9927fadbd8ff2dd96cc Mon Sep 17 00:00:00 2001 From: "Panagiotis \"Ivory\" Vasilopoulos" Date: Mon, 17 Apr 2023 22:04:26 +0000 Subject: Use double quotes consistently in en-US (#24141) Also removes quotes in commit messages related to file modifications made in the Web UI. --- tests/integration/git_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/integration/git_test.go') diff --git a/tests/integration/git_test.go b/tests/integration/git_test.go index 95c6d83e54..95323b91c6 100644 --- a/tests/integration/git_test.go +++ b/tests/integration/git_test.go @@ -439,7 +439,7 @@ func doProtectBranch(ctx APITestContext, branch, userToWhitelist, unprotectedFil // Check if master branch has been locked successfully flashCookie := ctx.Session.GetCookie(gitea_context.CookieNameFlash) assert.NotNil(t, flashCookie) - assert.EqualValues(t, "success%3DBranch%2Bprotection%2Bfor%2Brule%2B%2527"+url.QueryEscape(branch)+"%2527%2Bhas%2Bbeen%2Bupdated.", flashCookie.Value) + assert.EqualValues(t, "success%3DBranch%2Bprotection%2Bfor%2Brule%2B%2522"+url.QueryEscape(branch)+"%2522%2Bhas%2Bbeen%2Bupdated.", flashCookie.Value) } } -- cgit v1.2.3