File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 . AllowCredentials ( ) ;
2121 } ) ;
2222} ) ;
23-
23+
2424Env . Load ( ) ;
2525
2626// Add services to the container.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public async Task CreateGroup()
2727 _mockClients . Setup ( clients => clients . Caller ) . Returns ( _mockClientProxy . Object ) ;
2828
2929
30- var groupName = "123456" ;
30+ var groupName = "123456" ;
3131 var connectionId = "test-connection" ;
3232 _mockContext . Setup ( c => c . ConnectionId ) . Returns ( connectionId ) ;
3333
Original file line number Diff line number Diff line change 77
88builder . Services . AddHttpClient ( "NoSSL" , client =>
99{
10- client . BaseAddress = new Uri ( "http://showcaseapi" ) ;
10+ client . BaseAddress = new Uri ( "http://showcaseapi" ) ;
1111} )
1212. ConfigurePrimaryHttpMessageHandler ( ( ) =>
1313{
You can’t perform that action at this time.
0 commit comments