mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 18:17:55 +00:00 
			
		
		
		
	db/mssql: increase context timeout in test (#27663)
* db/mssql: increase context timeout in test * fix test build
This commit is contained in:
		 John-Michael Faircloth
					John-Michael Faircloth
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							a49c892f4b
						
					
				
				
					commit
					fc19a9ce9c
				
			| @@ -285,7 +285,7 @@ func (m *MSSQL) revokeUserDefault(ctx context.Context, username string) error { | ||||
|  | ||||
| 	rows, err := stmt.QueryContext(ctx, username) | ||||
| 	if err != nil { | ||||
| 		return err | ||||
| 		return fmt.Errorf("failed to query users: %w", err) | ||||
| 	} | ||||
| 	defer rows.Close() | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user