mirror of https://github.com/apache/jclouds.git
fixed tests
This commit is contained in:
parent
0c4b196604
commit
c6a65df48d
|
@ -67,7 +67,7 @@ public enum KeystoneFixture {
|
|||
.payload(
|
||||
payloadFromStringWithContentType(
|
||||
format(
|
||||
"{\"auth\":{\"apiAccessKeyCredentials\":{\"accessKey\":\"%s\",\"secretKey\":\"%s\"},\"tenantName\":\"%s\"}}",
|
||||
"{\"auth\":{\"apiAccessKeyCredentials\":{\"accessKey\":\"%s\",\"secretKey\":\"%s\"},\"tenantId\":\"%s\"}}",
|
||||
accessKey, secretKey, getTenantName()), "application/json")).build();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue