File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,9 +174,7 @@ public TestBase(bool useRealSubmitService = false, TestUserType testUserType = T
174174 {
175175 [ "Encryption:Key" ] = "Key" ,
176176 [ "Encryption:IV" ] = "IV"
177- } ) ;
178-
179- config . AddUserSecrets < Startup > ( ) ; // optional
177+ } ) ;
180178 } ) . ConfigureServices ( services =>
181179 {
182180 services . AddEntityFrameworkSqlite ( ) ;
Original file line number Diff line number Diff line change @@ -35,11 +35,9 @@ protected static (TestServer testServer, HttpClient httpClient) InitialiseServer
3535 {
3636 config . AddInMemoryCollection ( new Dictionary < string , string >
3737 {
38- [ "EncryptionConfig :Key" ] = "Key" ,
39- [ "EncryptionConfig :IV" ] = "IV"
38+ [ "Encryption :Key" ] = "Key" ,
39+ [ "Encryption :IV" ] = "IV"
4040 } ) ;
41-
42- config . AddUserSecrets < Startup > ( ) ; // optional
4341 } )
4442 . ConfigureServices ( services =>
4543 {
You can’t perform that action at this time.
0 commit comments