Skip to content

Commit 089d677

Browse files
update
1 parent ed123ef commit 089d677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/integrationTestHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function startMockServer(settings: ConfigurationSetting[]) {
3434
}
3535

3636
function closeMockServer() {
37-
server.close();
37+
server?.close();
3838
}
3939

4040
const mockServerEndpoint = `https://localhost:${port}`;

0 commit comments

Comments
 (0)