Skip to content

Commit 60cee4e

Browse files
committed
adapting test because of base URI changed.
1 parent 3178649 commit 60cee4e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/java/fr/fxjavadevblog/aid/global/TestApplicationConfig.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ public class TestApplicationConfig {
1919
/**
2020
* full URL to baseApi. Ex: http://localhost:8081/api/v1
2121
*/
22-
public static final String REST_ASSURED_FULL_BASE_URI = String.format("%s/%s/%s", REST_ASSURED_HTTP_BASE,
23-
ApplicationConfig.API_BASE_PATH,
24-
ApplicationConfig.API_VERSION);
22+
public static final String REST_ASSURED_FULL_BASE_URI = REST_ASSURED_HTTP_BASE + ApplicationConfig.API_VERSIONED_BASE_PATH;
2523

2624
}

0 commit comments

Comments
 (0)