Skip to content

Commit

Permalink
DMP-4065 UnstructuredToArmDataStore leaves record stuck in 'Arm Inges…
Browse files Browse the repository at this point in the history
…tion'

Added a shutdown hook to reset states before closing down
  • Loading branch information
karen-hedges committed Nov 26, 2024
1 parent 22e81c0 commit 74467b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ void updateEodByIdAndStatusForArmPush() throws InvocationTargetException, NoSuch
}

@Test
void updateEodByIdAndStatusForARMPull() throws InvocationTargetException, NoSuchMethodException, IllegalAccessException {
void updateEodByIdAndStatusForArmPull() throws InvocationTargetException, NoSuchMethodException, IllegalAccessException {
// given
OffsetDateTime now = currentTimeHelper.currentOffsetDateTime();
var user = externalObjectDirectoryStub.getUserAccountStub().getIntegrationTestUserAccountEntity();
Expand Down

0 comments on commit 74467b6

Please sign in to comment.