Skip to content

Commit

Permalink
Integration suite: Fix bug in local setup: wrong port for nginz http2 (
Browse files Browse the repository at this point in the history
  • Loading branch information
smatting authored Aug 25, 2023
1 parent f356578 commit bb4d4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test/Testlib/ModService.hs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ startBackend resource overrides services = do
env <- ask
case env.servicesCwdBase of
Nothing -> startNginzK8s domain serviceMap
Just _ -> startNginzLocal domain resource.berNginzSslPort resource.berNginzSslPort serviceMap
Just _ -> startNginzLocal domain resource.berNginzHttp2Port resource.berNginzSslPort serviceMap
srv -> do
readServiceConfig srv
>>= updateServiceMapInConfig srv
Expand Down

0 comments on commit bb4d4df

Please sign in to comment.