Skip to content

Commit

Permalink
harcode ip
Browse files Browse the repository at this point in the history
  • Loading branch information
elland committed Apr 3, 2024
1 parent c0de53d commit 84f269c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test/Testlib/MockIntegrationService.hs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ lhMockAppWithPrekeys mks ch req cont = withRunInIO \inIO -> do
mkLegalHoldSettings :: Warp.Port -> Value
mkLegalHoldSettings lhPort =
object
[ "base_url" .= ("https://wire-server-integration-integration" <> ":" <> show lhPort <> "/legalhold"),
[ "base_url" .= ("https://10.244.0.146" <> ":" <> show lhPort <> "/legalhold"),
"public_key" .= mockServerPubKey,
"auth_token" .= "tok"
]

0 comments on commit 84f269c

Please sign in to comment.