public void testTeamApplicationList() {
ThreadFixRestClient client = TestUtils.getConfiguredClient();
RestResponse<Organization> response = client.createTeam(TestUtils.getRandomName());
client.createApplication(JsonTestUtils.getId(response),
TestUtils.getRandomName(),
"http://test");
response = client.searchForTeamById(JsonTestUtils.getId(response));