[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 b7813034ea
commit 1873207445
1 changed files with 1 additions and 1 deletions

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