Skip to content

Commit eb42a7b

Browse files
committed
Redocue visibility
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 3269303 commit eb42a7b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/test/java/io/securecodebox/persistence/defectdojo/service/UserProfileServiceTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525

2626
// This test is special because the defectdojo api does not return a list,
2727
// but the generic code assumes every endpoint returns a list
28-
public class UserProfileServiceTest {
28+
class UserProfileServiceTest {
2929

30-
Config config;
31-
UserProfileService underTest;
32-
MockRestServiceServer mockServer;
30+
private Config config;
31+
private UserProfileService underTest;
32+
private MockRestServiceServer mockServer;
3333

3434
// This string does not contain every field of the api response as those are not implemented
35-
String apiResponse = """
35+
private String apiResponse = """
3636
{
3737
"user": {
3838
"id": 0,

0 commit comments

Comments
 (0)