File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/Elastic.ApiExplorer.Tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33// See the LICENSE file in the project root for more information
44
55using System . IO . Abstractions ;
6- using authoring ;
76using Elastic . Documentation ;
87using Elastic . Documentation . Configuration ;
98using Elastic . Documentation . Configuration . Versions ;
9+ using Microsoft . Extensions . Logging . Abstractions ;
1010
1111namespace Elastic . ApiExplorer . Tests ;
1212
@@ -34,7 +34,7 @@ public static IConfigurationContext CreateConfigurationContext(IFileSystem fileS
3434 {
3535 Elasticsearch = ElasticsearchEndpoint . Default ,
3636 } ,
37- ConfigurationFileProvider = new ConfigurationFileProvider ( new TestLoggerFactory ( ) , fileSystem ) ,
37+ ConfigurationFileProvider = new ConfigurationFileProvider ( NullLoggerFactory . Instance , fileSystem ) ,
3838 VersionsConfiguration = versionsConfiguration
3939 } ;
4040 }
You can’t perform that action at this time.
0 commit comments