Skip to content
Snippets Groups Projects

added change for the CA cert of gaiax dev env

Merged Rosen Georgiev requested to merge connectionManager into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -226,6 +226,7 @@ public class RestClient {
public static void setBaseURI(String baseURI) {
logger.info("Setting baseURI to {}", baseURI);
RestAssured.baseURI = baseURI;
RestAssured.useRelaxedHTTPSValidation();
}
/**
Loading