tests(api): Port integration helper to v3 version for groups tests

This commit is contained in:
Blade Barringer
2016-01-13 12:39:23 -06:00
parent 799b3780b1
commit 1f4e58e5cc
9 changed files with 37 additions and 19 deletions

View File

@@ -2,7 +2,7 @@ import {
generateUser,
generateGroup,
translate as t,
} from '../../../../helpers/api-integration.helper';
} from '../../../../helpers/api-v3-integration.helper';
describe('GET /groups/:groupId/chat', () => {
let user;