mirror of https://github.com/apache/jclouds.git
Using the correct "it's me" header in the RUN@cloud integration tests
This commit is contained in:
parent
797e75d4f0
commit
783f137bb5
|
@ -202,7 +202,7 @@ public class TweetStoreLiveTest {
|
||||||
for (String context : blobstores) {
|
for (String context : blobstores) {
|
||||||
System.out.println("storing at context: " + context);
|
System.out.println("storing at context: " + context);
|
||||||
HttpURLConnection connection = (HttpURLConnection) gurl.openConnection();
|
HttpURLConnection connection = (HttpURLConnection) gurl.openConnection();
|
||||||
connection.addRequestProperty("X-AppEngine-QueueName", "twitter");
|
connection.addRequestProperty("X-RUN@cloud-Submitter", "twitter");
|
||||||
connection.addRequestProperty("context", context);
|
connection.addRequestProperty("context", context);
|
||||||
InputStream i = connection.getInputStream();
|
InputStream i = connection.getInputStream();
|
||||||
String string = Strings2.toStringAndClose(i);
|
String string = Strings2.toStringAndClose(i);
|
||||||
|
|
Loading…
Reference in New Issue