Settings: Exclude zanzana client token value from output (#105018)
* Settings: Exclude zanzana client token value from output * add test * fix tests
This commit is contained in:
@@ -523,6 +523,12 @@ func TestRedactedValue(t *testing.T) {
|
||||
value: "test",
|
||||
expected: RedactedPassword,
|
||||
},
|
||||
{
|
||||
desc: "client token",
|
||||
key: "token",
|
||||
value: "test",
|
||||
expected: RedactedPassword,
|
||||
},
|
||||
}
|
||||
|
||||
for _, tc := range testCases {
|
||||
|
||||
Reference in New Issue
Block a user