[JAVA-2540] Migrated unit test to integration test as it bootsraps and calls a REST API
This commit is contained in:
parent
b7813034ea
commit
1873207445
|
@ -7,7 +7,7 @@ import restx.tests.RestxSpecTestsRunner;
|
|||
|
||||
@RunWith(RestxSpecTestsRunner.class)
|
||||
@FindSpecsIn("specs/hello")
|
||||
public class HelloResourceSpecUnitTest {
|
||||
public class HelloResourceSpecIntegrationTest {
|
||||
|
||||
/**
|
||||
* Useless, thanks to both @RunWith(RestxSpecTestsRunner.class) & @FindSpecsIn()
|
Loading…
Reference in New Issue