mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
Fix import order to address linting error
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import Organizations from './Organizations';
|
|
||||||
import { describeNotificationMixin } from '@testUtils/apiReusable';
|
import { describeNotificationMixin } from '@testUtils/apiReusable';
|
||||||
|
import Organizations from './Organizations';
|
||||||
|
|
||||||
describe('OrganizationsAPI', () => {
|
describe('OrganizationsAPI', () => {
|
||||||
const orgId = 1;
|
const orgId = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user