Skip to content

Commit

Permalink
update connections test createOptions to include connection_name (req…
Browse files Browse the repository at this point in the history
…uired)
  • Loading branch information
d-telnyx committed Dec 15, 2020
1 parent deffe17 commit d79b188
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public CredentialConnectionServiceTest(MockHttpClientFixture mockHttpClientFixtu
SipUriCallingPreference = "disabled",
UserName = "user001",
Outbound = null,
Password = "pwd001"
Password = "pwd001",
ConnectionName = "name"
};
}

Expand Down

0 comments on commit d79b188

Please sign in to comment.