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

added gitingore

parent 1e3c559c
No related branches found
No related tags found
1 merge request!19added change for the CA cert of gaiax dev env
......@@ -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