Skip to content

Commit ee81065

Browse files
committed
Revert "Adding one more basic user to pay-publicapi"
This reverts commit 448c599.
1 parent 12efc66 commit ee81065

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

jdk_11_maven/em/embedded/rest/pay-publicapi/src/main/java/em/embedded/uk/gov/pay/api/app/EmbeddedEvoMasterController.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ public String getPackagePrefixesToCover() {
6969
public List<AuthenticationDto> getInfoForAuthentication() {
7070
AuthenticationDto dto = AuthUtils.getForAuthorizationHeader("foo", "Bearer asdfghdasdjlguuolnga94upq3nrd2642sq7uel0oo");
7171
dto.requireMockHandling = true;
72-
73-
AuthenticationDto dto2 = AuthUtils.getForBasic("basicDto", "User1", "Password123");
74-
75-
return Arrays.asList(dto, dto2);
72+
return Arrays.asList(dto);
7673
}
7774

7875
@Override

0 commit comments

Comments
 (0)