Skip to content
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

Merged
merged 3 commits into from
Sep 28, 2023

Conversation

nils-arne
Copy link
Contributor

No description provided.

@nils-arne nils-arne requested a review from enstulen September 26, 2023 06:52
@nils-arne nils-arne requested a review from a team as a code owner September 26, 2023 06:52
Copy link
Contributor

@enstulen enstulen left a 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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vurdere å slette funksjonen også?

Copy link
Contributor Author

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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fjern i stedet

Copy link
Contributor Author

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)
Copy link
Contributor Author

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)
Copy link
Contributor Author

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)
Copy link
Contributor Author

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

@nils-arne nils-arne merged commit f5f3359 into main Sep 28, 2023
1 of 2 checks passed
@nils-arne nils-arne deleted the feature/slettFilerTilArkivertSoknad branch September 28, 2023 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants