Skip to content

Commit d19c4d0

Browse files
authored
fix moe sync conflicts (googleapis#1055)
1 parent 100e962 commit d19c4d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-api-client/src/test/java/com/google/api/client/googleapis/auth/oauth2/CloudShellCredentialTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void run() {
6666
assertEquals(CloudShellCredential.GET_AUTH_TOKEN_REQUEST, lines);
6767

6868
PrintWriter out = new PrintWriter(clientSocket.getOutputStream(), true);
69-
out.println("32\n[\"email\", \"project-id\", \"token\"]");
69+
out.println("32\n[\"email\", \"project-id\", \"token\", 1234]");
7070
} catch (Exception reThrown) {
7171
throw new RuntimeException(reThrown);
7272
}

0 commit comments

Comments
 (0)