Skip to content

Commit 4266ab6

Browse files
committed
Update ParseLiveQueryQuery.spec.js
1 parent e3a169c commit 4266ab6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/ParseLiveQueryQuery.spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ describe('ParseLiveQuery query operation', function () {
7777
const parseLiveQueryServer = new ParseLiveQueryServer({
7878
appId: 'test',
7979
masterKey: 'test',
80-
serverURL: 'http://localhost:1337/parse'
80+
serverURL: Parse.serverURL
8181
});
8282

8383
// Create test objects
@@ -163,7 +163,7 @@ describe('ParseLiveQuery query operation', function () {
163163
const parseLiveQueryServer = new ParseLiveQueryServer({
164164
appId: 'test',
165165
masterKey: 'test',
166-
serverURL: 'http://localhost:1337/parse'
166+
serverURL: Parse.serverURL
167167
});
168168

169169
// Create test object with multiple fields
@@ -224,7 +224,7 @@ describe('ParseLiveQuery query operation', function () {
224224
const parseLiveQueryServer = new ParseLiveQueryServer({
225225
appId: 'test',
226226
masterKey: 'test',
227-
serverURL: 'http://localhost:1337/parse'
227+
serverURL: Parse.serverURL
228228
});
229229

230230
// Create test objects

0 commit comments

Comments
 (0)