Skip to content

Commit a0fe4e9

Browse files
authored
Fix AppEngine tests (googleapis#1184)
1 parent a9fffa0 commit a0fe4e9

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ bin/
33
.classpath
44
.settings
55
.project
6-
6+
*.iml
7+
.idea

google-api-client-appengine/src/main/java/com/google/api/client/googleapis/extensions/appengine/testing/auth/oauth2/MockAppIdentityService.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,7 @@ public String getServiceAccountName() {
8989
public ParsedAppId parseFullAppId(String fullAppId) {
9090
return null;
9191
}
92+
93+
@Override
94+
public String getDefaultGcsBucketName() { return null; }
9295
}

0 commit comments

Comments
 (0)