-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/slett filer til arkivert soknad #148
Conversation
… av innsending-api endepunkt i archive-mock for henting av filer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
try { | ||
|
||
logger.info("$key: Calling file storage to delete $fileIds") | ||
deleteFiles(key, fileIds) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vurdere å slette funksjonen også?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slettet
@@ -130,7 +130,7 @@ class ApplicationTests : ContainerizedKafka() { | |||
)) | |||
verifyMockedPostRequests(1, safUrl) | |||
verifyMockedPostRequests(1, journalPostUrl) | |||
verifyDeleteRequestsToFilestorage(1) | |||
verifyDeleteRequestsToFilestorage(0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fjern i stedet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slettet
try { | ||
|
||
logger.info("$key: Calling file storage to delete $fileIds") | ||
deleteFiles(key, fileIds) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slettet
@@ -130,7 +130,7 @@ class ApplicationTests : ContainerizedKafka() { | |||
)) | |||
verifyMockedPostRequests(1, safUrl) | |||
verifyMockedPostRequests(1, journalPostUrl) | |||
verifyDeleteRequestsToFilestorage(1) | |||
verifyDeleteRequestsToFilestorage(0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slettet
@@ -138,7 +138,7 @@ class IntegrationTests : ContainerizedKafka() { | |||
putDataOnKafkaTopic(soknadarkivschema) | |||
|
|||
verifyMockedPostRequests(1, journalPostUrl) | |||
verifyDeleteRequestsToFilestorage(1) | |||
verifyDeleteRequestsToFilestorage(0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slettet verifyDeleteRequestsToFilestorage kall i klassen
No description provided.