We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a129695 commit b5d2999Copy full SHA for b5d2999
src/main/java/main/controllers/Project/TestController.java
@@ -49,7 +49,7 @@ public List<TestDto> get(TestDto template, boolean withChildren) throws Aquality
49
if(baseUser.isFromGlobalManagement() || baseUser.getProjectUserByTestId(template.getId()).isViewer()){
50
return fillTests(testDao.searchAll(template), withChildren);
51
}else{
52
- throw new AqualityPermissionsException("Account is not allowed to view Milestones", baseUser);
+ throw new AqualityPermissionsException("Account is not allowed to view Tests", baseUser);
53
}
54
55
0 commit comments