Skip to content

Commit f779b2d

Browse files
Fix integration test (#315)
1 parent 302a87d commit f779b2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/integration.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ func (s *ioServer) GetSIPTrunkAuthentication(context.Context, *rpc.GetSIPTrunkAu
8989
return nil, nil
9090
}
9191

92+
func (s *ioServer) UpdateSIPCallState(context.Context, *rpc.UpdateSIPCallStateRequest) (*emptypb.Empty, error) {
93+
return nil, nil
94+
}
95+
9296
func GetDefaultConfig(t *testing.T) *TestConfig {
9397
tc := &TestConfig{
9498
Config: &config.Config{

0 commit comments

Comments
 (0)