File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
src/integrationTest/java/uk/gov/hmcts/darts/arm/service Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 33import org .junit .jupiter .api .BeforeEach ;
44import org .junit .jupiter .api .Test ;
55import org .springframework .beans .factory .annotation .Autowired ;
6- import org .springframework .beans .factory .annotation .Value ;
76import org .springframework .test .context .TestPropertySource ;
87import org .springframework .test .context .bean .override .mockito .MockitoBean ;
98import uk .gov .hmcts .darts .arm .client .model .ArmTokenRequest ;
@@ -38,18 +37,8 @@ class ArmApiServiceVersionFiveTwoIntTest extends IntegrationBase {
3837
3938 private static final String EXTERNAL_RECORD_ID = "7683ee65-c7a7-7343-be80-018b8ac13602" ;
4039 private static final String EXTERNAL_FILE_ID = "075987ea-b34d-49c7-b8db-439bfbe2496c" ;
41- private static final String CABINET_ID = "100" ;
42- private static final String ARM_ERROR_BODY = """
43- { "itemId": "00000000-0000-0000-0000-000000000000", "cabinetId": 0, ...}
44- """ ;
4540 private static final String BINARY_CONTENT = "some binary content" ;
46-
47- @ Value ("${darts.storage.arm-api.version5-2.api.download-data-path}" )
48- private String downloadPath ;
49-
50- @ Value ("${darts.storage.arm-api.version5-2.api.update-metadata-path}" )
51- private String uploadPath ;
52-
41+
5342 @ Autowired
5443 private ArmApiService armApiService ;
5544
You can’t perform that action at this time.
0 commit comments