Skip to content

Commit

Permalink
Merge pull request #2299 from hongwei1/develop
Browse files Browse the repository at this point in the history
test/fixed the tests for ConnectorMethodTest
  • Loading branch information
simonredfern committed Oct 20, 2023
2 parents 2cda8de + 72a2d20 commit a00c6f3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ import scala.concurrent.duration.Duration

class ConnectorMethodTest extends V400ServerSetup {

setPropsValues("starConnector_supported_types" -> "mapped,internal")
setPropsValues("connector" -> "star")
val requestGetBank = (v4_0_0_Request / "banks" / "123").GET
val rightEntity = MethodRoutingCommons("getBank", "internal", false, Some("*"), List(MethodRoutingParam("url", "http://mydomain.com/xxx")))

Expand Down

0 comments on commit a00c6f3

Please sign in to comment.