Sha256: 1b7caa57ad34844b11a257524fb9d7725ef48e6a73a8b36259b70c757cf4f8b6

Contents?: true

Size: 992 Bytes

Versions: 84

Compression:

Stored size: 992 Bytes

Contents

// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`AccountList reducer should handle INSIGHTS_HITS_REQUEST 1`] = `
Object {
  "hits": Array [],
}
`;

exports[`AccountList reducer should handle INSIGHTS_HITS_SUCCESS 1`] = `
Object {
  "hits": Array [
    Object {
      "hostname": "my-host.example.com",
      "last_seen": "2020-08-19T04:43:09.068706Z",
      "likelihood": 2,
      "publish_date": "2018-04-16T10:03:16Z",
      "results_url": "https://cloud.redhat.com/insights/advisor/recommendations/ansible_deprecated_repo%7CANSIBLE_DEPRECATED_REPO/4739b323-a343-4e89-b71b-81991b8dc656/",
      "rhel_version": "7.8",
      "solution_url": "https://access.redhat.com/node/3359651",
      "title": "New Ansible Engine packages are inaccessible when dedicated Ansible repo is not enabled",
      "total_risk": 2,
      "uuid": "4739b323-a343-4e89-b71b-81991b8dc656",
    },
  ],
}
`;

exports[`AccountList reducer should return the initial state 1`] = `
Object {
  "hits": Array [],
}
`;

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
foreman_rh_cloud-9.0.59 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
foreman_rh_cloud-11.0.2 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
foreman_rh_cloud-11.0.1 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
foreman_rh_cloud-11.0.0 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
foreman_rh_cloud-9.0.58 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
foreman_rh_cloud-10.0.2 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
foreman_rh_cloud-9.0.57 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
foreman_rh_cloud-10.0.1 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
foreman_rh_cloud-9.0.56 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
foreman_rh_cloud-9.0.55 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
foreman_rh_cloud-9.0.54 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
foreman_rh_cloud-9.0.53 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
foreman_rh_cloud-9.0.52 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
foreman_rh_cloud-8.0.52 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
foreman_rh_cloud-9.0.51 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
foreman_rh_cloud-8.0.51 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
foreman_rh_cloud-7.0.48 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
foreman_rh_cloud-7.0.47 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
foreman_rh_cloud-8.0.50 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap
foreman_rh_cloud-8.0.49 webpack/InsightsHostDetailsTab/__tests__/__snapshots__/InsightsTabReducer.test.js.snap