Typo in der baseUrl des ZBPEnvironment PROD_NDB_VN
Description of the bug:
Das ZBP kann nicht über NdB-VN angesprochen werden, da in der baseUrl ein "t" fehlt.
Current behavior:
dev.fitko.fitconnect.api.config.defaults.ZBPEnvironment
public static final ZBPEnvironment PROD_NDB_VN = new ZBPEnvironment("PROD_NDB_VN", "https://prod.zbp.bundid.doi-de.ne");
Expected behavior:
dev.fitko.fitconnect.api.config.defaults.ZBPEnvironment
public static final ZBPEnvironment PROD_NDB_VN = new ZBPEnvironment("PROD_NDB_VN", "https://prod.zbp.bundid.doi-de.net");
Environments:
Additional Information:
Dependency / relationship to other issues:
Responsible person / team:
Team-SDK
Contact persons including contact details:
Screenshots / Logs / Requests:
Checklist:
-
Add Severity label -
Add team label -
Related/affected issues/stories/epics linked and explained in the bug issue -
Creation of an automated test -
Bugfix deployed on DEV -
Bugfix tested on DEV -
Bugfix deployed on TEST -
Bugfix tested on TEST (possibly also by the connection project itself) -
Successful fix reported to Team Operations (Teams channel) -
Bugfix deployed on STAGE -
Bugfix tested on STAGE if necessary -
Bugfix deployed on PROD -
Bugfix tested on PROD (possibly also by the connection project itself) -
Final communication by Team Operations if necessary -
Internal documentation was checked and updated if necessary -
External documentation has been checked and updated if necessary -
Updated changelog if necessary