Skip to content

Commit e97951c

Browse files
committed
Fix RemoveCatalogItemModal test
1 parent 5d9bb09 commit e97951c

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)