Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
biglittlebigben committed Dec 3, 2024
1 parent 302a87d commit 67e6f8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ func (s *ioServer) GetSIPTrunkAuthentication(context.Context, *rpc.GetSIPTrunkAu
return nil, nil
}

func (s *ioServer) UpdateSIPCallState(context.Context, *rpc.UpdateSIPCallStateRequest) (*emptypb.Empty, error) {
return nil, nil
}

func GetDefaultConfig(t *testing.T) *TestConfig {
tc := &TestConfig{
Config: &config.Config{
Expand Down

0 comments on commit 67e6f8d

Please sign in to comment.