Skip to content

Commit 462a4aa

Browse files
committed
chore(e2e): stil use config load
Signed-off-by: slonka <[email protected]>
1 parent 1425a67 commit 462a4aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/framework/config.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,9 @@ var defaultConf = E2eConfig{
265265

266266
func Init() {
267267
Config = defaultConf
268+
if err := config.Load("", &Config); err != nil {
269+
panic(err)
270+
}
268271

269272
if err := Config.AutoConfigure(); err != nil {
270273
panic(err)

0 commit comments

Comments
 (0)