Skip to content

Commit

Permalink
fix(thrift-client): Update test server with facotry function
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-greene-ck committed Feb 12, 2018
1 parent e06b62a commit 6608ef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/thrift-client/src/tests/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export function createServer(): Hapi.Server {
* Creates Hapi server with thrift endpoint.
*/
const server: Hapi.Server = createThriftServer({
serviceName: 'calculator-service',
port: SERVER_CONFIG.port,
path: SERVER_CONFIG.path,
handler: impl,
Expand Down

0 comments on commit 6608ef4

Please sign in to comment.