refactor: apply some suggestions from SonarQube
All checks were successful
Build / build (pull_request) Successful in 1m49s
All checks were successful
Build / build (pull_request) Successful in 1m49s
This commit is contained in:
parent
7d2cda5b20
commit
331a830c2b
5 changed files with 33 additions and 7 deletions
|
@ -12,7 +12,7 @@ import io.restassured.http.ContentType;
|
|||
import org.junit.jupiter.api.Test;
|
||||
|
||||
@QuarkusTest
|
||||
public class ActorTest {
|
||||
class ActorTest {
|
||||
|
||||
@InjectSpy
|
||||
TracingService tracingService;
|
||||
|
|
|
@ -12,7 +12,7 @@ import io.restassured.http.ContentType;
|
|||
import org.junit.jupiter.api.Test;
|
||||
|
||||
@QuarkusTest
|
||||
public class QueryParamTest {
|
||||
class QueryParamTest {
|
||||
|
||||
@InjectSpy
|
||||
TracingService tracingService;
|
||||
|
|
|
@ -14,7 +14,7 @@ import org.junit.jupiter.api.Test;
|
|||
|
||||
@QuarkusTest
|
||||
@TestProfile(Test2Profile.class)
|
||||
public class RawPathTest {
|
||||
class RawPathTest {
|
||||
|
||||
@InjectSpy
|
||||
TracingService tracingService;
|
||||
|
|
|
@ -14,7 +14,7 @@ import org.junit.jupiter.api.Test;
|
|||
|
||||
@QuarkusTest
|
||||
@TestProfile(Test2Profile.class)
|
||||
public class RedactedTest {
|
||||
class RedactedTest {
|
||||
|
||||
@InjectSpy
|
||||
TracingService tracingService;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue