webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js in katello-3.7.0 vs webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js in katello-3.7.1
- old
+ new
@@ -8,12 +8,14 @@
jest.mock('../../../move_to_foreman/foreman_toast_notifications');
describe('subscriptions page', () => {
const noop = () => {};
+ const organization = { owner_details: { upstreamConsumer: 'blah' } };
it('should render', async () => {
const page = shallow(<SubscriptionsPage
+ organization={organization}
subscriptions={successState}
loadSetting={loadSetting}
loadSubscriptions={loadSubscriptions}
updateQuantity={updateQuantity}
pollTaskUntilDone={noop}