refactor: apply some suggestions from SonarQube
All checks were successful
Build / build (pull_request) Successful in 1m49s

This commit is contained in:
Jorge Bornhausen 2025-07-23 14:27:42 +02:00
parent 7d2cda5b20
commit 331a830c2b
Signed by: jorge.bornhausen
SSH key fingerprint: SHA256:X2ootOwvCeP4FoNfmVUFIKIbhq95tAgnt7Oqg3x+lfs
5 changed files with 33 additions and 7 deletions

View file

@ -12,7 +12,7 @@ import io.restassured.http.ContentType;
import org.junit.jupiter.api.Test;
@QuarkusTest
public class ActorTest {
class ActorTest {
@InjectSpy
TracingService tracingService;

View file

@ -12,7 +12,7 @@ import io.restassured.http.ContentType;
import org.junit.jupiter.api.Test;
@QuarkusTest
public class QueryParamTest {
class QueryParamTest {
@InjectSpy
TracingService tracingService;

View file

@ -14,7 +14,7 @@ import org.junit.jupiter.api.Test;
@QuarkusTest
@TestProfile(Test2Profile.class)
public class RawPathTest {
class RawPathTest {
@InjectSpy
TracingService tracingService;

View file

@ -14,7 +14,7 @@ import org.junit.jupiter.api.Test;
@QuarkusTest
@TestProfile(Test2Profile.class)
public class RedactedTest {
class RedactedTest {
@InjectSpy
TracingService tracingService;