mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	WriteOperation -> UpdateOperation
This commit is contained in:
		| @@ -52,7 +52,7 @@ func testAccPreCheck(t *testing.T) { | ||||
|  | ||||
| func testAccStepConfig(t *testing.T) logicaltest.TestStep { | ||||
| 	return logicaltest.TestStep{ | ||||
| 		Operation: logical.WriteOperation, | ||||
| 		Operation: logical.UpdateOperation, | ||||
| 		Path:      "config/connection", | ||||
| 		Data: map[string]interface{}{ | ||||
| 			"value": os.Getenv("PG_URL"), | ||||
| @@ -62,7 +62,7 @@ func testAccStepConfig(t *testing.T) logicaltest.TestStep { | ||||
|  | ||||
| func testAccStepRole(t *testing.T) logicaltest.TestStep { | ||||
| 	return logicaltest.TestStep{ | ||||
| 		Operation: logical.WriteOperation, | ||||
| 		Operation: logical.UpdateOperation, | ||||
| 		Path:      "roles/web", | ||||
| 		Data: map[string]interface{}{ | ||||
| 			"sql": testRole, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeff Mitchell
					Jeff Mitchell