mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:07:30 +00:00
fix(crypto): allow parsing of cost int from env string (#7061)
fic(crypto): allow parsing of cost int from env string
This commit is contained in:
@@ -397,7 +397,11 @@ func TestHasherConfig_decodeParams(t *testing.T) {
|
||||
"a": 1,
|
||||
"b": "2",
|
||||
},
|
||||
wantErr: true,
|
||||
want: dst{
|
||||
A: 1,
|
||||
B: 2,
|
||||
},
|
||||
wantErr: false, // https://github.com/zitadel/zitadel/issues/6913
|
||||
},
|
||||
{
|
||||
name: "ok",
|
||||
|
Reference in New Issue
Block a user