Skip to content

Commit 27f2962

Browse files
committed
Fix test.
1 parent 986f910 commit 27f2962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googlestorage/src/test/java/ch/cyberduck/core/googlestorage/GoogleStorageSessionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public String getPassword(final Scheme scheme, final int port, final String host
7575
return "a";
7676
}
7777
if(user.equals("Google Cloud Storage (api-project-408246103372) OAuth2 Refresh Token")) {
78-
return System.getProperties().getProperty("googlestorage.refreshtoken");
78+
return PROPERTIES.get("googlestorage.refreshtoken");
7979
}
8080
return null;
8181
}

0 commit comments

Comments
 (0)