diff --git a/test/Microsoft.IIS.Administration.Tests/DefaultDocument.cs b/test/Microsoft.IIS.Administration.Tests/DefaultDocument.cs index bc1d153e..9d9fb450 100644 --- a/test/Microsoft.IIS.Administration.Tests/DefaultDocument.cs +++ b/test/Microsoft.IIS.Administration.Tests/DefaultDocument.cs @@ -141,7 +141,7 @@ public static JArray GetFiles(HttpClient client, JObject docFeature) return docFeature.Value("files"); } - public static JObject CreateFileInternal(HttpClient client, JObject docFeature, string fileName) + private static JObject CreateFileInternal(HttpClient client, JObject docFeature, string fileName) { string featureUuid = docFeature.Value("id");