Skip to content

Commit

Permalink
Merge pull request #9154 from jeffibm/fix-remove-catalog-item-test
Browse files Browse the repository at this point in the history
Fix RemoveCatalogItemModal test
  • Loading branch information
GilbertCherrie authored Apr 11, 2024
2 parents 6cde48e + e97951c commit 583cd46
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import '../helpers/miqSparkle';
import '../helpers/sprintf';

describe('RemoveCatalogItemModal', () => {
const item1 = 123;
const item2 = 456;
const item1 = '123';
const item2 = '456';
const url1 = `/api/service_templates/${item1}?attributes=services`;
const url2 = `/api/service_templates/${item2}?attributes=services`;
const apiResponse1 = {
Expand Down

0 comments on commit 583cd46

Please sign in to comment.