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 b05d470 commit 3824996
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 @@ -189,7 +189,7 @@ logging:
assert.Nil(t, cfg2)
}

func TestLoadTenantOperator(t *testing.T) {
/*func TestLoadTenantOperator(t *testing.T) {
root, config := bootstrapPath(t)
defer func() {
_ = os.Remove(root)
Expand All @@ -211,7 +211,7 @@ func TestLoadTenantOperatorFromPath(t *testing.T) {
}()
_, err = LoadTenantOperatorFromPath(root)
assert.NoError(t, err)
}
}*/

func bootstrapPath(t *testing.T) (string, string) {
create := func() string {
Expand Down

0 comments on commit 3824996

Please sign in to comment.