Skip to content

Commit 12efc66

Browse files
committed
Revert "Authentication information about OCVN and cwa-verification. OCVN only has admin user, cwa-verification needs authentication setup."
This reverts commit 760a244.
1 parent a832310 commit 12efc66

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

jdk_11_maven/em/embedded/rest/cwa-verification/src/main/java/em/embedded/app/coronawarn/verification/EmbeddedEvoMasterController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ public SutInfoDto.OutputFormat getPreferredOutputFormat() {
131131

132132
@Override
133133
public List<AuthenticationDto> getInfoForAuthentication() {
134-
// Onur, it does not have authentication. So, it needs authentication setup.
135134
return null;
136135
}
137136

jdk_8_maven/em/embedded/rest/ocvn/src/main/java/em/embedded/org/devgateway/ocvn/EmbeddedEvoMasterController.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,6 @@ public void resetStateOfSUT() {
147147
@Override
148148
public List<AuthenticationDto> getInfoForAuthentication() {
149149
return Arrays.asList(AuthUtils.getForDefaultSpringFormLogin("ADMIN", "admin", "admin"));
150-
151-
// ONUR It has only ADMIN user, no basic user.
152-
153150
}
154151

155152

0 commit comments

Comments
 (0)