assertLogIsReadable(logsResponse);
}
*/
@Test(dataProvider = "app", retryAnalyzer = InternalServerErrorAnalyzer.class)
public void testAppCommand(App app) throws IOException {
AppInfo cmd = new AppInfo(app.getName());
App response = connection.execute(cmd, apiKey);
assertEquals(response.getName(), app.getName());
}