You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Utility class that sets the rest assured port to the default test port and meaningful timeouts.
@@ -26,6 +27,7 @@ public class RestAssuredURLManager {
26
27
privatestaticStringoldBaseURI;
27
28
privatestaticStringoldBasePath;
28
29
privatestaticObjectoldRestAssuredConfig; // we can't declare the type here as that would prevent this class for being loaded if RestAssured is not present
0 commit comments