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 66aee5b commit 49d51d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/config/misc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ func TestLoadTenantOperator(t *testing.T) {
_ = os.Remove(root)
_ = os.Remove(config)
}()
//bootOptions, err := LoadBootOptions(root)
//assert.NoError(t, err)
_, err := LoadBootOptions(root)
assert.NoError(t, err)
//_, err = LoadTenantOperator(bootOptions)
//assert.NoError(t, err)
}
Expand Down

0 comments on commit 49d51d8

Please sign in to comment.