Skip to content

Commit

Permalink
test: misc ut
Browse files Browse the repository at this point in the history
  • Loading branch information
baerwang committed Apr 1, 2024
1 parent 49d51d8 commit 6cd6c5d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/config/misc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,11 @@ func TestLoadTenantOperator(t *testing.T) {
_ = os.Remove(root)
_ = os.Remove(config)
}()
_, err := LoadBootOptions(root)
bootOptions, err := LoadBootOptions(root)
assert.NoError(t, err)
_, err = LoadTenantOperator(bootOptions)
t.Logf("errr:%v", err)
assert.NoError(t, err)
//_, err = LoadTenantOperator(bootOptions)
//assert.NoError(t, err)
}

func TestLoadTenantOperatorFromPath(t *testing.T) {
Expand Down

0 comments on commit 6cd6c5d

Please sign in to comment.