tests(api): Reorganize integration helper for v2

This commit is contained in:
Blade Barringer
2016-01-16 17:28:36 -06:00
parent ef5064f351
commit 91ffe5c402
30 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import {
createAndPopulateGroup,
generateGroup,
generateUser,
} from '../../../helpers/api-integration.helper';
} from '../../../helpers/api-integration/v2';
import { find } from 'lodash';
describe('DELETE /user', () => {