[MODERATION] Fix transfer confirmation (squash)
- Fix problem caused by the clearer confirmation for dangerous actions commit.
(cherry picked from commit 3488f4a9cb)
			
			
This commit is contained in:
		
							parent
							
								
									82cc044366
								
							
						
					
					
						commit
						ed7de91f6a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -374,7 +374,7 @@ func TestBlockActions(t *testing.T) {
 | 
			
		|||
		req := NewRequestWithValues(t, "POST", link, map[string]string{
 | 
			
		||||
			"_csrf":          GetCSRF(t, session, link),
 | 
			
		||||
			"action":         "transfer",
 | 
			
		||||
			"repo_name":      repo7.Name,
 | 
			
		||||
			"repo_name":      repo7.FullName(),
 | 
			
		||||
			"new_owner_name": doer.Name,
 | 
			
		||||
		})
 | 
			
		||||
		resp := session.MakeRequest(t, req, http.StatusOK)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue