mirror of
https://github.com/goharbor/harbor
synced 2025-04-07 18:24:57 +00:00
Fix module not found error in API test (#5647)
Reload the python path to fix the module not found error in API E2E test Signed-off-by: Wenkai Yin <yinw@vmware.com>
This commit is contained in:
parent
95c0c259ec
commit
f71f02deee
|
@ -1,5 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
import site
|
||||
reload(site)
|
||||
import project
|
||||
import label
|
||||
import registry
|
||||
|
|
Loading…
Reference in New Issue
Block a user