mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
fix linting issues
This commit is contained in:
@@ -105,7 +105,7 @@ describe('APIClient (api.js)', () => {
|
||||
const mockHttp = ({ post: jest.fn(createPromise) });
|
||||
|
||||
const api = new APIClient(mockHttp);
|
||||
const data = { name: 'test '};
|
||||
const data = { name: 'test ' };
|
||||
await api.createOrganization(data);
|
||||
|
||||
expect(mockHttp.post).toHaveBeenCalledTimes(1);
|
||||
|
||||
Reference in New Issue
Block a user