@@ -57,7 +57,7 @@ void testInfo(OutputType format, MockServerClient mock) throws IOException {
5757 Map <String , String > opts = new HashMap <>();
5858 opts .put ("cliVersion" , getCliVersion () );
5959 opts .put ("cliApiVersion" , getCliApiVersion ());
60- opts .put ("towerApiVersion" , "1.38 .0" );
60+ opts .put ("towerApiVersion" , "1.98 .0" );
6161 opts .put ("towerVersion" , "22.3.0-torricelli" );
6262 opts .put ("towerApiEndpoint" , "http://localhost:" +mock .getPort ());
6363 opts .put ("userName" , "jordi" );
@@ -87,7 +87,7 @@ void testInfoStatusTokenFail(MockServerClient mock) throws IOException {
8787 Map <String , String > opts = new HashMap <>();
8888 opts .put ("cliVersion" , getCliVersion () );
8989 opts .put ("cliApiVersion" , getCliApiVersion ());
90- opts .put ("towerApiVersion" , "1.38 .0" );
90+ opts .put ("towerApiVersion" , "1.98 .0" );
9191 opts .put ("towerVersion" , "22.3.0-torricelli" );
9292 opts .put ("towerApiEndpoint" , "http://localhost:" +mock .getPort ());
9393 opts .put ("userName" , null );
0 commit comments