Skip to content

Commit

Permalink
Update ClusterTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere authored Nov 27, 2024
1 parent 2d032c2 commit 6815174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Twilio.Test/ClusterTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void SetUp()

oAuthClientId = Environment.GetEnvironmentVariable("TWILIO_CLIENT_ID");
oAuthClientSecret = Environment.GetEnvironmentVariable("TWILIO_CLIENT_SECRET");
oAuthMessageId = Environment.GetEnvironmentVariable("TWILIO_MESSAGE_SI");
oAuthMessageId = Environment.GetEnvironmentVariable("TWILIO_MESSAGE_SID");
TwilioClient.Init(username:apiKey,password:secret,accountSid:accountSid);
TwilioOrgsTokenAuthClient.Init(clientId, clientSecret);
}
Expand Down

0 comments on commit 6815174

Please sign in to comment.