diff --git a/test/javascripts/helpers/admin-wizard.js b/test/javascripts/helpers/admin-wizard.js index 03e7d495..3c9627f0 100644 --- a/test/javascripts/helpers/admin-wizard.js +++ b/test/javascripts/helpers/admin-wizard.js @@ -916,15 +916,15 @@ const putNewApi = { }; const getSuppliers = { - "suppliers": [ + suppliers: [ { - "id": 1, - "name": "Pavilion", - "authorized": false, - "authorized_at": null, - "user": null - } - ] + id: 1, + name: "Pavilion", + authorized: false, + authorized_at: null, + user: null, + }, + ], }; export {