Enable API related tests for Postgres (#2970)
This commit is contained in:
committed by
Florent Vilmart
parent
edf6ab6875
commit
78646a3e91
@@ -1306,7 +1306,7 @@ it('ensure that if you try to sign up a user with a unique username and email, b
|
||||
});
|
||||
});
|
||||
|
||||
it_exclude_dbs(['postgres'])('bans interior keys containing . or $', done => {
|
||||
it('bans interior keys containing . or $', done => {
|
||||
new Parse.Object('Obj').save({innerObj: {'key with a $': 'fails'}})
|
||||
.then(() => {
|
||||
fail('should not succeed')
|
||||
|
||||
Reference in New Issue
Block a user