Skip to content

Commit

Permalink
chore: deleted creds (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Styx8888 authored Jan 19, 2024
1 parent 0241f35 commit 9296a1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ internal static class Client
{
public static AdvancedBillingClient GetClient()
{
System.Environment.SetEnvironmentVariable("TEST_ACCESS_TOKEN", "X");
System.Environment.SetEnvironmentVariable("TEST_USERNAME", "dkyqT6BldXNYtw3DgLwfRCUOJPDoYoeTO7oUJcadhk");
var accessToken = System.Environment.GetEnvironmentVariable("TEST_ACCESS_TOKEN");
var username = System.Environment.GetEnvironmentVariable("TEST_USERNAME");
var builder = new AdvancedBillingClient.Builder();
Expand Down

0 comments on commit 9296a1a

Please sign in to comment.