mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 18:48:08 +00:00 
			
		
		
		
	Fix tests
This commit is contained in:
		| @@ -243,8 +243,8 @@ func TestWrite_Output(t *testing.T) { | ||||
| 	if code := c.Run(args); code != 0 { | ||||
| 		t.Fatalf("bad: %d\n\n%s", code, ui.ErrorWriter.String()) | ||||
| 	} | ||||
| 	if !strings.Contains(string(ui.OutputWriter.Bytes()), "Key") { | ||||
| 		t.Fatalf("bad: %s", string(ui.OutputWriter.Bytes())) | ||||
| 	if !strings.Contains(ui.OutputWriter.String(), "Key") { | ||||
| 		t.Fatalf("bad: %s", ui.OutputWriter.String()) | ||||
| 	} | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeff Mitchell
					Jeff Mitchell