Adaptations due to PR comments

Signed-off-by: Ammar Bikic <ammar.bikic@bosch.io>
This commit is contained in:
Ammar Bikic
2020-10-15 11:45:08 +02:00
parent edb9d91065
commit bd382c3725
4 changed files with 4 additions and 3 deletions

View File

@@ -41,7 +41,6 @@ import io.qameta.allure.Story;
"hawkbit.server.security.cors.allowedOrigins=" + CorsTest.ALLOWED_ORIGIN_FIRST + "," + CorsTest.ALLOWED_ORIGIN_SECOND})
@TestExecutionListeners(listeners = { MySqlTestDatabase.class, MsSqlTestDatabase.class },
mergeMode = MergeMode.MERGE_WITH_DEFAULTS)
@DirtiesContext
@Feature("Integration Test - Security")
@Story("CORS")
public class CorsTest {