Skip to content

Commit 583cd46

Browse files
Merge pull request #9154 from jeffibm/fix-remove-catalog-item-test
Fix RemoveCatalogItemModal test
2 parents 6cde48e + e97951c commit 583cd46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/javascript/spec/remove-catalog-item-modal/remove-catalog-item-modal.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import '../helpers/miqSparkle';
1111
import '../helpers/sprintf';
1212

1313
describe('RemoveCatalogItemModal', () => {
14-
const item1 = 123;
15-
const item2 = 456;
14+
const item1 = '123';
15+
const item2 = '456';
1616
const url1 = `/api/service_templates/${item1}?attributes=services`;
1717
const url2 = `/api/service_templates/${item2}?attributes=services`;
1818
const apiResponse1 = {

0 commit comments

Comments
 (0)