mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 13:25:40 +00:00
cleanup unnecessary use of floats
This commit is contained in:
@@ -16,9 +16,9 @@ func TestSipResponseDTMFCreateFromRegistry(t *testing.T) {
|
||||
processorInstance, err := registration.New(config.ProcessorConfig{
|
||||
Type: "sip.response.dtmf.create",
|
||||
Params: map[string]any{
|
||||
"preWait": 0.0,
|
||||
"preWait": 0,
|
||||
"digits": "good.wav",
|
||||
"postWait": 0.0,
|
||||
"postWait": 0,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user