Skip to content

Commit

Permalink
T - Retter feil url for send SED
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Oct 11, 2024
1 parent 7377183 commit aa4fea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {

implementation("no.nav.eessi.pensjon:ep-metrics:2.0.79")
implementation("no.nav.eessi.pensjon:ep-logging:2.1.75")
implementation("no.nav.eessi.pensjon:ep-eux:2.3.20")
implementation("no.nav.eessi.pensjon:ep-eux:2.3.21")
implementation("no.nav.eessi.pensjon:ep-kodeverk:4.0.165") {
exclude module: 'ep-eux'
exclude module: 'ep-logging'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class EuxControllerTest {
fun `Gitt at vi skal sende en P2000 saa returneres true etter sending`() {
val euxCaseId = "111"
val dokumentId = "222"
val path = "/buc/{$euxCaseId}/sed/{$dokumentId}/send?ventePaAksjon=false"
val path = "/buc/$euxCaseId/sed/$dokumentId/send?ventePaAksjon=false"
every {
euxRestTemplate.postForEntity(path, any<HttpEntity<String>>(), String::class.java)
} returns ResponseEntity("", HttpStatus.OK)
Expand Down

0 comments on commit aa4fea2

Please sign in to comment.