> @@ -31,6 +32,11 @@ public void testCredentialTypeOfWhenValid() {
>                 "password")), CredentialTypes.PASSWORD_CREDENTIALS);
>     }
>  
> +   public void testCredentialTypeOfWhenValidToken() {
> +      
> assertEquals(CredentialTypes.credentialTypeOf(TokenCredentials.createWithToken("token")),

Just curious why we are using hard-coded `"token"` rather than the constant 
here, by the way?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/433/files#r16929740

Reply via email to