File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -51,20 +51,12 @@ abstract class AbstractIntegrationTest {
5151 RestAssured .basePath = " /rest"
5252 RestAssured .authentication = RestAssured .preemptive().basic(" admin" , " admin" )
5353 RestAssured .enableLoggingOfRequestAndResponseIfValidationFails()
54- }
5554
56- @BeforeAll
57- @JvmStatic
58- fun initInsightIds () {
5955 objectTypeIds = InsightRestUtil .getObjectTypeIdMap(INSIGHT_OBJECT_SCHEMA_NAME_IT )
6056 t1AttributeIds = InsightRestUtil .getObjectTypeAttributeIdMap(objectTypeIds.getValue(INSIGHT_OBJECT_TYPE_NAME_T1_SUB1 ))
6157 t2AttributeIds = InsightRestUtil .getObjectTypeAttributeIdMap(objectTypeIds.getValue(INSIGHT_OBJECT_TYPE_NAME_T2 ))
6258 t3AttributeIds = InsightRestUtil .getObjectTypeAttributeIdMap(objectTypeIds.getValue(INSIGHT_OBJECT_TYPE_NAME_T3 ))
63- }
6459
65- @BeforeAll
66- @JvmStatic
67- fun initFieldIds () {
6860 issueFieldIds = InsightRestUtil .getIssueFieldIdByName()
6961 }
7062 }
You can’t perform that action at this time.
0 commit comments