@@ -56,7 +56,7 @@ void testInfo(OutputType format, MockServerClient mock) throws IOException {
5656 Map <String , String > opts = new HashMap <>();
5757 opts .put ("cliVersion" , getCliVersion () );
5858 opts .put ("cliApiVersion" , getCliApiVersion ());
59- opts .put ("towerApiVersion" , "1.98 .0" );
59+ opts .put ("towerApiVersion" , "1.109 .0" );
6060 opts .put ("towerVersion" , "22.3.0-torricelli" );
6161 opts .put ("towerApiEndpoint" , "http://localhost:" +mock .getPort ());
6262 opts .put ("userName" , "jordi" );
@@ -86,7 +86,7 @@ void testInfoStatusTokenFail(MockServerClient mock) throws IOException {
8686 Map <String , String > opts = new HashMap <>();
8787 opts .put ("cliVersion" , getCliVersion () );
8888 opts .put ("cliApiVersion" , getCliApiVersion ());
89- opts .put ("towerApiVersion" , "1.98 .0" );
89+ opts .put ("towerApiVersion" , "1.109 .0" );
9090 opts .put ("towerVersion" , "22.3.0-torricelli" );
9191 opts .put ("towerApiEndpoint" , "http://localhost:" +mock .getPort ());
9292 opts .put ("userName" , null );
0 commit comments