[JAVA-2540] Migrated unit test to integration test as it bootsraps and calls a REST API

This commit is contained in:
fdpro
2020-09-10 11:47:44 +02:00
parent 595f176800
commit 1f0c9f2d11

View File

@@ -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()