Using the correct "it's me" header in the RUN@cloud integration tests

This commit is contained in:
Andrew Phillips 2011-06-21 18:32:42 +02:00
parent 797e75d4f0
commit 783f137bb5
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ public class TweetStoreLiveTest {
for (String context : blobstores) {
System.out.println("storing at context: " + context);
HttpURLConnection connection = (HttpURLConnection) gurl.openConnection();
connection.addRequestProperty("X-AppEngine-QueueName", "twitter");
connection.addRequestProperty("X-RUN@cloud-Submitter", "twitter");
connection.addRequestProperty("context", context);
InputStream i = connection.getInputStream();
String string = Strings2.toStringAndClose(i);