mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Honor delete branch on merge repo setting when using merge API (#35488)
Fix #35463. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		| @@ -129,7 +129,7 @@ func TestAPIRepoIssueConfigPaths(t *testing.T) { | ||||
| 				configData, err := yaml.Marshal(configMap) | ||||
| 				assert.NoError(t, err) | ||||
|  | ||||
| 				_, err = createFileInBranch(owner, repo, fullPath, repo.DefaultBranch, string(configData)) | ||||
| 				_, err = createFile(owner, repo, fullPath, string(configData)) | ||||
| 				assert.NoError(t, err) | ||||
|  | ||||
| 				issueConfig := getIssueConfig(t, owner.Name, repo.Name) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user