Skip to content

Commit 20b77a3

Browse files
committed
lint
1 parent 7b068ab commit 20b77a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/server.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { ParseServer } from 'parse-server';
33
import path from 'path';
44
import fs from 'fs';
55
import https from 'https';
6-
import http from 'http';
76
import emailAdapter from './MockEmailAdapter.js';
87
const app = express();
98
const __dirname = path.resolve();
@@ -102,7 +101,7 @@ server.listen(options.port, function() {
102101
});
103102

104103
// Create TLS request
105-
var requestOptions = {
104+
const requestOptions = {
106105
hostname: 'localhost',
107106
port: options.port,
108107
path: '/parse/health',

0 commit comments

Comments
 (0)