mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 10:37:56 +00:00 
			
		
		
		
	Batch tokens (#755)
This commit is contained in:
		| @@ -48,6 +48,21 @@ func TestSplitIDFromString(t *testing.T) { | ||||
| 			"", | ||||
| 			"foo.foo/", | ||||
| 		}, | ||||
| 		{ | ||||
| 			"b.foo", | ||||
| 			"", | ||||
| 			"b.foo", | ||||
| 		}, | ||||
| 		{ | ||||
| 			"s.foo", | ||||
| 			"", | ||||
| 			"s.foo", | ||||
| 		}, | ||||
| 		{ | ||||
| 			"t.foo", | ||||
| 			"foo", | ||||
| 			"t", | ||||
| 		}, | ||||
| 	} | ||||
|  | ||||
| 	for _, c := range tcases { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeff Mitchell
					Jeff Mitchell