Skip to content

Commit

Permalink
fix frontend unit test case
Browse files Browse the repository at this point in the history
  • Loading branch information
zwangsheng committed Jun 6, 2023
1 parent 6e71b45 commit 079dc1c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ test('proxy ui', async () => {
plugins: [i18n, mockRouter, getStore(), ElementPlus]
}
})
expect(wrapper.vm.getProxyEngineUi('host:ip')).toEqual(
expect(wrapper.vm.getProxyEngineUI('host:ip')).toEqual(
`${import.meta.env.VITE_APP_DEV_WEB_URL}engine-ui/host:ip/`
)
})

0 comments on commit 079dc1c

Please sign in to comment.