Skip to content
Snippets Groups Projects
Commit c49c1887 authored by Rosen Georgiev's avatar Rosen Georgiev
Browse files

Merge branch 'connectionManager' into 'main'

added change for the CA cert of gaiax dev env

See merge request !19
parents fee194fd 3524e416
No related branches found
No related tags found
1 merge request!19added change for the CA cert of gaiax dev env
Pipeline #53049 failed with stage
in 8 minutes and 3 seconds
......@@ -226,6 +226,7 @@ public class RestClient {
public static void setBaseURI(String baseURI) {
logger.info("Setting baseURI to {}", baseURI);
RestAssured.baseURI = baseURI;
RestAssured.useRelaxedHTTPSValidation();
}
/**
......
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