Skip to content

Commit

Permalink
DMP-4813 Change update metadata from OffsetDateTime to String so date…
Browse files Browse the repository at this point in the history
… is in expected format

Changed the update metadata request from OffsetDateTime to a formatted string so the output is in the expected format
  • Loading branch information
karen-hedges committed Feb 26, 2025
1 parent 7e88dd6 commit 04ad6ed
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.test.context.bean.override.mockito.MockitoBean;
import org.springframework.test.context.bean.override.mockito.MockitoSpyBean;
import uk.gov.hmcts.darts.arm.client.ArmTokenClient;
import uk.gov.hmcts.darts.arm.client.model.ArmTokenRequest;
import uk.gov.hmcts.darts.arm.client.model.ArmTokenResponse;
Expand Down Expand Up @@ -75,7 +76,7 @@ class ArmApiServiceIntTest extends IntegrationBaseWithWiremock {
@Autowired
private ObjectMapper objectMapper;

@MockitoBean
@MockitoSpyBean
private ArmDataManagementConfiguration armDataManagementConfiguration;

@TempDir
Expand Down

0 comments on commit 04ad6ed

Please sign in to comment.