We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56fe0f commit ccc2a1aCopy full SHA for ccc2a1a
1 file changed
spec/features.spec.js
@@ -29,7 +29,7 @@ describe('features', () => {
29
30
it('requires the master key to get all schemas', done => {
31
request.get({
32
- url: 'http://localhost:8378/1/features',
+ url: 'http://localhost:8378/1/serverInfo',
33
json: true,
34
headers: {
35
'X-Parse-Application-Id': 'test',
0 commit comments