From ccaf0a56712ca147b3d1167049398f652a5dfd20 Mon Sep 17 00:00:00 2001 From: AsabuHere Date: Tue, 24 Sep 2024 12:22:28 +0530 Subject: [PATCH] Merging cluster tests for orgs api --- test/Twilio.Test/ClusterTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Twilio.Test/ClusterTest.cs b/test/Twilio.Test/ClusterTest.cs index 71a623096..4dc86d38b 100644 --- a/test/Twilio.Test/ClusterTest.cs +++ b/test/Twilio.Test/ClusterTest.cs @@ -138,7 +138,7 @@ public void TestFetchingOrgsAccounts() accountList = Twilio.Rest.PreviewIam.Organizations.AccountResource.Read(pathOrganizationSid: orgsSid); Assert.IsNotNull(accountList.ElementAt(0).FriendlyName); - var userList = UserResource.Read(pathOrganizationSid: PathOrganizationSid); + var userList = UserResource.Read(pathOrganizationSid: orgsSid); Assert.IsNotNull(userList.ElementAt(0).Id); }