We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cde48e + e97951c commit 583cd46Copy full SHA for 583cd46
app/javascript/spec/remove-catalog-item-modal/remove-catalog-item-modal.spec.js
@@ -11,8 +11,8 @@ import '../helpers/miqSparkle';
11
import '../helpers/sprintf';
12
13
describe('RemoveCatalogItemModal', () => {
14
- const item1 = 123;
15
- const item2 = 456;
+ const item1 = '123';
+ const item2 = '456';
16
const url1 = `/api/service_templates/${item1}?attributes=services`;
17
const url2 = `/api/service_templates/${item2}?attributes=services`;
18
const apiResponse1 = {
0 commit comments