Skip to content
Snippets Groups Projects
Commit 7b9c0206 authored by juanf's avatar juanf
Browse files

SSDM-3989 : Ugly fix that works, several services are being initialized using...

SSDM-3989 : Ugly fix that works, several services are being initialized using "${download-url}" when the property is missing since they are created using spring. These have been tracked down and fixed one by one.

SVN: 36877
parent 61851f2c
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ public class EncapsulatedOpenBISServiceTest
shareIdManager = context.mock(IShareIdManager.class);
session = new OpenBISSessionHolder();
session.setSessionToken(SESSION_TOKEN);
encapsulatedLimsService = new EncapsulatedOpenBISService(limsService, session, "", shareIdManager);
encapsulatedLimsService = new EncapsulatedOpenBISService(limsService, session, shareIdManager);
}
@AfterMethod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment