Skip to content

Commit ccc2a1a

Browse files
committed
Fix tests again
1 parent a56fe0f commit ccc2a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/features.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('features', () => {
2929

3030
it('requires the master key to get all schemas', done => {
3131
request.get({
32-
url: 'http://localhost:8378/1/features',
32+
url: 'http://localhost:8378/1/serverInfo',
3333
json: true,
3434
headers: {
3535
'X-Parse-Application-Id': 'test',

0 commit comments

Comments
 (0)