Skip to content

Commit

Permalink
Test: add oauth2 config
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusHorstmann committed Sep 15, 2023
1 parent b887cc4 commit 2582260
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/CloudLibClientTests/CustomWebApplicationFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ protected override IHostBuilder CreateHostBuilder()
{ "ServicePassword", "testpw" },
{ "ConnectionStrings:CloudLibraryPostgreSQL", "Server=localhost;Username=testuser;Database=cloudlib_test;Port=5432;Password=password;SSLMode=Prefer;Include Error Detail=true" },
{ "CloudLibrary:ApprovalRequired", "false" },
{ "OAuth2ClientId", "Test" },
{ "OAuth2ClientSecret", "TestSecret" }
}))
;
}
Expand Down

0 comments on commit 2582260

Please sign in to comment.