public void testGetProjectResponseIs2xx() throws Exception {
ProjectApi api = requestsSendResponses(requestForScopes(GoogleComputeEngineConstants.COMPUTE_READONLY_SCOPE),
TOKEN_RESPONSE, GET_PROJECT_REQUEST,
GET_PROJECT_RESPONSE).getProjectApi();
assertEquals(api.get("myproject"), new ParseProjectTest().expected());
}