Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
marki1an committed Jul 8, 2024
1 parent 1dd07c6 commit 1acad69
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class ModuleStorageSpec : ShouldSpec({
val payloadTransfer = PayloadTransfer.getDefaultXmlPayloadTransfer().apply {
key = payloadKey
application = applicationName
ttlseconds = 400L
}

// when: POST module-storage endpoint is called
Expand All @@ -76,6 +77,7 @@ class ModuleStorageSpec : ShouldSpec({
val payloadTransfer = PayloadTransfer.getDefaultJsonPayloadTransfer().apply {
key = payloadKey
application = applicationName
ttlseconds = 300L
}

// when: POST module-storage endpoint is called
Expand Down

0 comments on commit 1acad69

Please sign in to comment.