mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 19:18:13 -03:30
add test coverage for api notification mixin
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import Organizations from '../../src/api/models/Organizations';
|
||||
import { describeNotificationMixin } from './reusable';
|
||||
|
||||
describe('OrganizationsAPI', () => {
|
||||
const orgId = 1;
|
||||
@@ -34,3 +35,5 @@ describe('OrganizationsAPI', () => {
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
describeNotificationMixin(Organizations, 'Organizations[NotificationsMixin]');
|
||||
|
||||
Reference in New Issue
Block a user