"project", "master")).thenReturn(getHLocaleList());
}
@Test
public void testExecute() throws Exception {
GetLocaleListResult result = handler.execute(action, null);
verify(identity).checkLoggedIn();
assertThat(result.getLocales()).extracting("id.localeId").containsOnly(
LocaleId.EN_US, LocaleId.DE, LocaleId.FR, LocaleId.EN);
}