mirror of https://github.com/apache/jclouds.git
remove xml versioning
This commit is contained in:
parent
c20c67d619
commit
403c63238b
|
@ -120,7 +120,7 @@ public class BaseVCloudDirectorRestClientExpectTest extends BaseRestClientExpect
|
|||
.put("Accept", mediaType)
|
||||
.put("x-vcloud-authorization", token)
|
||||
.build())
|
||||
.payload(payloadFromResourceWithContentType(relativeFilePath, postMediaType + ";version=1.5"))
|
||||
.payload(payloadFromResourceWithContentType(relativeFilePath, postMediaType))
|
||||
.build();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue