mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	Revert the WithContext changes to vault tests (#14947)
This commit is contained in:
		 Anton Averchenkov
					Anton Averchenkov
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							48b43e9213
						
					
				
				
					commit
					e7b5b2a48d
				
			| @@ -1,7 +1,6 @@ | ||||
| package command | ||||
|  | ||||
| import ( | ||||
| 	"context" | ||||
| 	"strings" | ||||
| 	"testing" | ||||
|  | ||||
| @@ -95,7 +94,7 @@ func TestPluginReloadCommand_Run(t *testing.T) { | ||||
| 		ui, cmd := testPluginReloadCommand(t) | ||||
| 		cmd.client = client | ||||
|  | ||||
| 		if err := client.Sys().RegisterPluginWithContext(context.Background(), &api.RegisterPluginInput{ | ||||
| 		if err := client.Sys().RegisterPlugin(&api.RegisterPluginInput{ | ||||
| 			Name:    pluginName, | ||||
| 			Type:    consts.PluginTypeCredential, | ||||
| 			Command: pluginName, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user