Sha256: 4530f6976ee3a45e085678841d87e931e1becda52a295dc8cb1a00a514b46bff
Contents?: true
Size: 602 Bytes
Versions: 81
Compression:
Stored size: 602 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Inventory settings actions should getSettings 1`] = ` Object { "key": "INVENTORY_SETTINGS", "type": "get-some-type", "url": "/foreman_inventory_upload/settings", } `; exports[`Inventory settings actions should setSetting hostObfuscation true 1`] = ` Array [ Array [ Object { "errorToast": [Function], "key": "INVENTORY_SETTINGS", "params": Object { "setting": "hostObfuscation", "value": true, }, "type": "post-some-type", "url": "/foreman_inventory_upload/setting", }, ], ] `;
Version data entries
81 entries across 81 versions & 1 rubygems
Version | Path |
---|---|
foreman_rh_cloud-3.0.18 | webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/__snapshots__/InventorySettingsActions.test.js.snap |