Skip to content

Commit cf530a7

Browse files
committed
Adopt interface changes.
1 parent 6803fff commit cf530a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s3/src/test/java/ch/cyberduck/core/cryptomator/UVFIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public void listMinio() throws BackgroundException, IOException {
139139
vaults.add(vault.load(storage, new DisabledPasswordCallback() {
140140
@Override
141141
public Credentials prompt(final Host bookmark, final String title, final String reason, final LoginOptions options) {
142-
return new Credentials().withPassword(jwe);
142+
return new Credentials().setPassword(jwe);
143143
}
144144
}));
145145
final PathAttributes attr = storage.getFeature(AttributesFinder.class).find(vault.getHome());

0 commit comments

Comments
 (0)