Skip to content

Commit a0f2ee5

Browse files
committed
Added users to external as well.
1 parent 77aaf19 commit a0f2ee5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jdk_11_maven/em/external/rest/market/src/main/java/em/external/market/ExternalEvoMasterController.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ public SutInfoDto.OutputFormat getPreferredOutputFormat() {
216216
public List<AuthenticationDto> getInfoForAuthentication() {
217217
return Arrays.asList(
218218
AuthUtils.getForBasic("admin","admin","password"),
219-
AuthUtils.getForBasic("user", "ivan.petrov@yandex.ru", "petrov")
219+
AuthUtils.getForBasic("user", "ivan.petrov@yandex.ru", "petrov"),
220+
AuthUtils.getForBasic("user2", "user2@yandex.ru", "yuridolgoruki")
220221
);
221222
}
222223

0 commit comments

Comments
 (0)