Skip to content

Commit 56321f3

Browse files
committed
Fix testType path in url
1 parent 2151b22 commit 56321f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/securecodebox/persistence/defectdojo/service/TestTypeService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public TestTypeService(DefectDojoConfig config) {
1313

1414
@Override
1515
protected String getUrlPath() {
16-
return "tool_type";
16+
return "test_types";
1717
}
1818

1919
@Override

0 commit comments

Comments
 (0)