mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-03 14:37:44 +01: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