mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 18:17:55 +00:00 
			
		
		
		
	Seal migration (OSS) (#781)
This commit is contained in:
		| @@ -333,7 +333,7 @@ func TestOperatorInitCommand_Run(t *testing.T) { | ||||
| 		root := match[0][1] | ||||
| 		decryptedRoot := testPGPDecrypt(t, pgpkeys.TestPrivKey1, root) | ||||
|  | ||||
| 		if l, exp := len(decryptedRoot), vault.TokenLength; l != exp { | ||||
| 		if l, exp := len(decryptedRoot), vault.TokenLength+2; l != exp { | ||||
| 			t.Errorf("expected %d to be %d", l, exp) | ||||
| 		} | ||||
| 	}) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeff Mitchell
					Jeff Mitchell