Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 170434a

Browse files
committed
Fixed merge issues
1 parent 5d039fa commit 170434a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scb-persistenceproviders/defectdojo-persistenceprovider/src/main/java/io/securecodebox/persistence/DefectDojoPersistenceProvider.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ public void persist(SecurityTest securityTest) throws PersistenceException {
8686
}
8787
}
8888

89-
static final String GIT_SERVER_NAME = "GitServer";
90-
static final String BUILD_SERVER_NAME = "BuildServer";
91-
static final String SECURITY_TEST_SERVER_NAME = "SecurityTestOrchestrationEngine";
89+
static final String GIT_SERVER_NAME = "Git Server";
90+
static final String BUILD_SERVER_NAME = "Build Server";
91+
static final String SECURITY_TEST_SERVER_NAME = "Security TestOrchestration Engine";
9292

9393
private void checkToolTypes() {
9494
DefectDojoResponse<ToolType> toolTypeGitResponse = defectDojoService.getToolTypeByName(GIT_SERVER_NAME);

0 commit comments

Comments
 (0)