Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
Signed-off-by: Nischay <[email protected]>
  • Loading branch information
nish112022 committed Nov 19, 2024
1 parent cd19f4f commit 2a62871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/paramtable/grpc_param_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func TestInternalTLSParams(t *testing.T) {
base.Save("internaltls.serverPemPath", "/pem")
base.Save("internaltls.serverKeyPath", "/key")
base.Save("internaltls.caPemPath", "/ca")
assert.Equal(t, internalTLSCfg.InternalTLSEnabled.GetAsBool(), "true")
assert.Equal(t, internalTLSCfg.InternalTLSEnabled.GetAsBool(), true)
assert.Equal(t, internalTLSCfg.InternalTLSServerPemPath.GetValue(), "/pem")
assert.Equal(t, internalTLSCfg.InternalTLSServerKeyPath.GetValue(), "/key")
assert.Equal(t, internalTLSCfg.InternalTLSCaPemPath.GetValue(), "/ca")
Expand Down

0 comments on commit 2a62871

Please sign in to comment.