public void TestAuthRequestParameters_basicAuth()
 {
     Assert.AreEqual(
         "service=someservice&scope=repository:someimage:scope",
         registryAuthenticator.GetAuthRequestParameters(null, "scope"));
 }