Skip to content

Commit 89efeb1

Browse files
committed
fix test
1 parent 0762b08 commit 89efeb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/tests/unit/views/AutogenView.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ describe('Views > AutogenView.vue', () => {
657657
}]
658658
}
659659
})
660-
await router.push({ name: 'testRouter13', params: { id: 'test-id' } })
660+
await router.push({ name: 'testRouter13', params: { id: 'uuid1' } })
661661
await flushPromises()
662662

663663
expect(mockAxios).toHaveBeenCalled()
@@ -669,7 +669,6 @@ describe('Views > AutogenView.vue', () => {
669669
response: 'json',
670670
listall: true,
671671
id: 'uuid1',
672-
hostname: 'test-id',
673672
page: 1,
674673
pagesize: 20
675674
})

0 commit comments

Comments
 (0)