Skip to content
Snippets Groups Projects

chnage the image name in gitlabci to check the deployment

Closed Isaac Henderson Johnson Jeyakumar requested to merge sirish1911/tspa:master into master
3 unresolved threads
2 files
+ 3
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -47,12 +47,9 @@ public class TrustListPublicationControllerTest {
// Arrange
String pathVariable = "junit-test-gaia-x.testtrain.trust-scheme.de";
String xmlTL = IOUtils.toString(this.getClass().getResourceAsStream("/templates/trust-list.xml"), "UTF-8");
//String vcPayloadString= IOUtils.toString(this.getClass().getResourceAsStream("/templates/DummyVC.json"), "UTF-8");
//String urlString=
//JsonObject jsonObjct = (JsonObject) JsonParser.parseString(vcPayloadString);
//when(vcServiceImpl.creatPayload(pathVariable, "xml")).thenReturn(jsonObjct);
// Act
Loading