8000 feat: Merging cluster tests for orgs api by AsabuHere · Pull Request #760 · twilio/twilio-csharp · GitHub
[go: up one dir, main page]

Skip to content

feat: Merging cluster tests for orgs api #760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Sep 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update ClusterTest.cs
  • Loading branch information
AsabuHere authored Sep 25, 2024
commit ef9a26f4cacdaa190990433b08d4305706bfa7f7
2 changes: 1 addition & 1 deletion test/Twilio.Test/ClusterTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public void TestFetchingOrgsAccounts()
accountList = Twilio.Rest.PreviewIam.Organizations.AccountResource.Read(orgsSid);
Assert.IsNotNull(accountList.ElementAt(0).FriendlyName);

var userList = UserResource.Read(pathOrganizationSid: orgsSid);
var userList = UserResource.Read(orgsSid);
Assert.IsNotNull(userList);

}
Expand Down
Loading
0