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 ab5e783 commit 48fa1bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/testMD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
dotnet-version: '6.0.412'
- name: Build and test
run: |
echo "MY_SECRET=${{ secrets.CLIENT_ID }}" >> $GITHUB_ENV
dotnet restore
dotnet test
env:
Expand Down
5 changes: 0 additions & 5 deletions TestOSS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,9 @@ public record Token(string AccessToken, DateTime ExpiresAt);
public static async Task ClassInitializeAsync(TestContext testContext)
{

Console.WriteLine("----------------------\n");

Console.WriteLine(_clientId);
Console.WriteLine(_clientSecret);

Console.WriteLine("\n----------------------");


dynamic auth = await new TwoLeggedApi().AuthenticateAsync(_clientId, _clientSecret, "client_credentials", new Scope[] { Scope.BucketCreate, Scope.BucketRead, Scope.DataRead, Scope.DataWrite, Scope.DataCreate });

// Console.WriteLine(auth.ToString());
Expand Down

0 comments on commit 48fa1bf

Please sign in to comment.