Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
srivastavarahull committed Aug 10, 2023
1 parent ea8630b commit 77b1060
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TestOSS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ public record Token(string AccessToken, DateTime ExpiresAt);
public static async Task ClassInitializeAsync(TestContext testContext)
{


string clientId = Environment.GetEnvironmentVariable("CLIENT_ID") ?? "ClientId not found";
string clientSecret = Environment.GetEnvironmentVariable("CLIENT_SECRET") ?? "ClientSecret not found";


Console.WriteLine($"CLIENT_ID: {clientId}");
Console.WriteLine($"CLIENT_SECRET: {clientSecret}");
Expand Down

0 comments on commit 77b1060

Please sign in to comment.