We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110a49a commit 9b92c76Copy full SHA for 9b92c76
src/java/com/cms/webservices/TestRead.java
@@ -48,8 +48,8 @@ public void testFolderRead() throws Exception
48
read.setIdentifier(toRead);
49
50
Authentication authentication = new Authentication();
51
- authentication.setPassword("<REDACTED>");
52
authentication.setUsername("<REDACTED>");
+ authentication.setPassword("<REDACTED>");
53
54
AssetOperationHandlerServiceLocator serviceLocator = new AssetOperationHandlerServiceLocator();
55
AssetOperationHandler handler = serviceLocator.getAssetOperationService();
0 commit comments