Skip to content

Commit

Permalink
Fiks test etter endring i API
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvinjevoll committed Sep 30, 2024
1 parent e516b52 commit f927e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib-test/src/main/kotlin/no/nav/aap/brev/test/Fakes.kt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class Fakes(azurePort: Int = 0) : AutoCloseable {
}
}
routing {
get("/api/brev") {
get("/api/mal") {
call.respond(Brev(null, emptyList()))
}
}
Expand Down

0 comments on commit f927e64

Please sign in to comment.