diff --git a/server_test.go b/server_test.go index 1a43e35c..80a9df14 100644 --- a/server_test.go +++ b/server_test.go @@ -462,6 +462,7 @@ func (s *ServerTestSuite) Test_ServeHTTP_ReturnsJsonWithTemplatePaths_WhenPresen ServiceDomain: s.ServiceDomain, TemplateFePath: templateFePath, TemplateBePath: templateBePath, + OutboundHostname: s.OutboundHostname, }) srv := Serve{}