mirror of https://github.com/apache/jclouds.git
fixed filesystem test case
This commit is contained in:
parent
f864b2faac
commit
868b9ba93e
|
@ -741,7 +741,7 @@ public class FilesystemAsyncBlobStoreTest {
|
||||||
String containerName = "container";
|
String containerName = "container";
|
||||||
String blobName = "blob";
|
String blobName = "blob";
|
||||||
URI endPoint = new URI("http", "localhost",
|
URI endPoint = new URI("http", "localhost",
|
||||||
String.format("/%s/%s", containerName, blobName),
|
String.format("/transient/%s/%s", containerName, blobName),
|
||||||
/*fragment=*/ null);
|
/*fragment=*/ null);
|
||||||
BlobRequestSigner signer = context.getSigner();
|
BlobRequestSigner signer = context.getSigner();
|
||||||
HttpRequest request;
|
HttpRequest request;
|
||||||
|
|
Loading…
Reference in New Issue