Skip to content

Commit

Permalink
Update UserFake for test support
Browse files Browse the repository at this point in the history
  • Loading branch information
john-e-riordan committed Oct 21, 2022
1 parent 2af0372 commit d7fe217
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/support/api/user-fake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ export async function makeUserFake(
const uri = new URI("sip", userHack, domain);
const userAgentOptions: UserAgentOptions = {
...{
autoStart: false,
autoStop: false,
uri,
displayName,
noAnswerTimeout: 90, // seconds
Expand Down

0 comments on commit d7fe217

Please sign in to comment.