mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
v3 payments: fix tests
This commit is contained in:
@@ -12,6 +12,6 @@ describe('payments - paypal - #ipn', () => {
|
||||
|
||||
it('verifies credentials', async () => {
|
||||
let result = await user.post(endpoint);
|
||||
expect(result).to.eql({});
|
||||
expect(result).to.eql('OK');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user